How to use the azure-mgmt-eventgrid.azure.mgmt.eventgrid.models.storage_blob_dead_letter_destination_py3.StorageBlobDeadLetterDestination 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 / storage_blob_dead_letter_destination_py3.py View on Github external
def __init__(self, *, resource_id: str=None, blob_container_name: str=None, **kwargs) -> None:
        super(StorageBlobDeadLetterDestination, self).__init__(**kwargs)
        self.resource_id = resource_id
        self.blob_container_name = blob_container_name
        self.endpoint_type = 'StorageBlob'

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