StorageBlobDeadLetterDestination interface
Information about the storage blob based dead letter destination.
- Extends
Properties
| blob |
The name of the Storage blob container that is the destination of the deadletter events |
| endpoint |
Type of the endpoint for the dead letter destination |
| resource |
The Azure Resource ID of the storage account that is the destination of the deadletter events |
Property Details
blobContainerName
The name of the Storage blob container that is the destination of the deadletter events
blobContainerName?: string
Property Value
string
endpointType
Type of the endpoint for the dead letter destination
endpointType: "StorageBlob"
Property Value
"StorageBlob"
resourceId
The Azure Resource ID of the storage account that is the destination of the deadletter events
resourceId?: string
Property Value
string