StorageBlobDeadLetterDestination Class
Information about the storage blob based dead letter destination.
Constructor
StorageBlobDeadLetterDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
The properties of the Storage Blob based deadletter destination. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.STORAGE_BLOB>
Type of the endpoint for the dead letter destination. Required. StorageBlob. |
Attributes
endpoint_type
Type of the endpoint for the dead letter destination. Required. StorageBlob.
endpoint_type: STORAGE_BLOB: 'StorageBlob'>]
properties
The properties of the Storage Blob based deadletter destination.
properties: _models.StorageBlobDeadLetterDestinationProperties | None