How to use the azure-mgmt-policyinsights.azure.mgmt.policyinsights.models.query_options_py3.QueryOptions function in azure-mgmt-policyinsights

To help you get started, we’ve selected a few azure-mgmt-policyinsights examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-policyinsights / azure / mgmt / policyinsights / models / query_options_py3.py View on Github external
def __init__(self, *, top: int=None, filter: str=None, order_by: str=None, select: str=None, from_property=None, to=None, apply: str=None, expand: str=None, **kwargs) -> None:
        super(QueryOptions, self).__init__(**kwargs)
        self.top = top
        self.filter = filter
        self.order_by = order_by
        self.select = select
        self.from_property = from_property
        self.to = to
        self.apply = apply
        self.expand = expand

azure-mgmt-policyinsights

Microsoft Azure Policy Insights Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-policyinsights functions

Similar packages