EventSubscriptionStorageBlobDeadLetterDestination

data class EventSubscriptionStorageBlobDeadLetterDestination(val storageAccountId: String, val storageBlobContainerName: String)

Constructors

constructor(storageAccountId: String, storageBlobContainerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the id of the storage account id where the storage blob is located.

Link copied to clipboard

Specifies the name of the Storage blob container that is the destination of the deadletter events.