How to use the azure-mgmt-policyinsights.azure.mgmt.policyinsights.models.query_options.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.py View on Github external
def __init__(self, **kwargs):
        super(QueryOptions, self).__init__(**kwargs)
        self.top = kwargs.get('top', None)
        self.filter = kwargs.get('filter', None)
        self.order_by = kwargs.get('order_by', None)
        self.select = kwargs.get('select', None)
        self.from_property = kwargs.get('from_property', None)
        self.to = kwargs.get('to', None)
        self.apply = kwargs.get('apply', None)
        self.expand = kwargs.get('expand', None)

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