How to use the azure-mgmt-servicebus.azure.mgmt.servicebus.models.rule.Rule function in azure-mgmt-servicebus

To help you get started, we’ve selected a few azure-mgmt-servicebus 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-servicebus / azure / mgmt / servicebus / models / rule.py View on Github external
def __init__(self, **kwargs):
        super(Rule, self).__init__(**kwargs)
        self.action = kwargs.get('action', None)
        self.filter_type = kwargs.get('filter_type', None)
        self.sql_filter = kwargs.get('sql_filter', None)
        self.correlation_filter = kwargs.get('correlation_filter', None)

azure-mgmt-servicebus

Microsoft Azure Service Bus Management Client Library for Python

MIT
Latest version published 1 year ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-servicebus functions

Similar packages