StorageBlobDeadLetterDestinationResponse

data class StorageBlobDeadLetterDestinationResponse(val blobContainerName: String? = null, val endpointType: String, val resourceId: String? = null)

Information about the storage blob based dead letter destination.

Constructors

Link copied to clipboard
constructor(blobContainerName: String? = null, endpointType: String, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Type of the endpoint for the dead letter destination Expected value is 'StorageBlob'.

Link copied to clipboard
val resourceId: String? = null

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