Storage Blob Dead Letter Destination Response
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
fun StorageBlobDeadLetterDestinationResponse(blobContainerName: String? = null, endpointType: String, resourceId: String? = null)