你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.DeadLetterDestination
StorageBlobDeadLetterDestination

Constructor

StorageBlobDeadLetterDestination(*, resource_id: str | None = None, blob_container_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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.

Variables

Name Description
endpoint_type

Type of the endpoint for the dead letter destination. Required. "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.