How to use the azure-mgmt-eventgrid.azure.mgmt.eventgrid.models.topic.Topic 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 / topic.py View on Github external
def __init__(self, **kwargs):
        super(Topic, self).__init__(**kwargs)
        self.provisioning_state = None
        self.endpoint = None
        self.input_schema = kwargs.get('input_schema', "EventGridSchema")
        self.input_schema_mapping = kwargs.get('input_schema_mapping', None)

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