StorageBlobDeadLetterDestination Class
Information about the storage blob based dead letter destination.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.DeadLetterDestinationStorageBlobDeadLetterDestination
Constructor
StorageBlobDeadLetterDestination(*, resource_id: str | None = None, blob_container_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
Variables
Name | Description |
---|---|
endpoint_type
|
Type of the endpoint for the dead letter destination. Required. "StorageBlob" |
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. |
Azure SDK for Python