EventSubscriptionStorageBlobDeadLetterDestinationArgs

data class EventSubscriptionStorageBlobDeadLetterDestinationArgs(val storageAccountId: Output<String>, val storageBlobContainerName: Output<String>) : ConvertibleToJava<EventSubscriptionStorageBlobDeadLetterDestinationArgs>

Constructors

constructor(storageAccountId: Output<String>, storageBlobContainerName: Output<String>)

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.

Functions

Link copied to clipboard
open override fun toJava(): EventSubscriptionStorageBlobDeadLetterDestinationArgs