How to use the azure-mgmt-eventgrid.azure.mgmt.eventgrid.models.event_subscription_filter_py3.EventSubscriptionFilter function in azure-mgmt-eventgrid

To help you get started, we’ve selected a few azure-mgmt-eventgrid 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-eventgrid / azure / mgmt / eventgrid / models / event_subscription_filter_py3.py View on Github external
def __init__(self, *, subject_begins_with: str=None, subject_ends_with: str=None, included_event_types=None, is_subject_case_sensitive: bool=False, advanced_filters=None, **kwargs) -> None:
        super(EventSubscriptionFilter, self).__init__(**kwargs)
        self.subject_begins_with = subject_begins_with
        self.subject_ends_with = subject_ends_with
        self.included_event_types = included_event_types
        self.is_subject_case_sensitive = is_subject_case_sensitive
        self.advanced_filters = advanced_filters

azure-mgmt-eventgrid

Microsoft Azure Event Grid Management Client Library for Python

MIT
Latest version published 2 years ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-eventgrid functions

Similar packages