How to use the azure-mgmt-eventgrid.azure.mgmt.eventgrid.models.json_input_schema_mapping_py3.JsonInputSchemaMapping 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 / json_input_schema_mapping_py3.py View on Github external
def __init__(self, *, id=None, topic=None, event_time=None, event_type=None, subject=None, data_version=None, **kwargs) -> None:
        super(JsonInputSchemaMapping, self).__init__(**kwargs)
        self.id = id
        self.topic = topic
        self.event_time = event_time
        self.event_type = event_type
        self.subject = subject
        self.data_version = data_version
        self.input_schema_mapping_type = 'Json'

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