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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python