StorageBlobDeadLetterDestinationProperties Class
Properties of the storage blob based dead letter destination.
Constructor
StorageBlobDeadLetterDestinationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The Azure Resource ID of the storage account that is the destination of the deadletter events. |
|
blob_container_name
|
The name of the Storage blob container that is the destination of the deadletter events. |
Attributes
blob_container_name
The name of the Storage blob container that is the destination of the deadletter events.
blob_container_name: str | None
resource_id
The Azure Resource ID of the storage account that is the destination of the deadletter events.
resource_id: str | None