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 | 
	Polymorphic discriminator, which specifies the different types this object can be  | 
| 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
	 
	Polymorphic discriminator, which specifies the different types this object can be
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