StorageBlobDeadLetterDestination Class

Information about the storage blob based dead letter destination.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.eventgrid.models._models_py3.DeadLetterDestination
StorageBlobDeadLetterDestination

Constructor

StorageBlobDeadLetterDestination(*, resource_id: Optional[str] = None, blob_container_name: Optional[str] = None, **kwargs)

Variables

endpoint_type
str or DeadLetterEndPointType

Required. Type of the endpoint for the dead letter destination.Constant filled by server. Possible values include: "StorageBlob".

resource_id
str

The Azure Resource ID of the storage account that is the destination of the deadletter events.

blob_container_name
str

The name of the Storage blob container that is the destination of the deadletter events.