EventSubscriptionStorageQueueEndpoint

data class EventSubscriptionStorageQueueEndpoint(val queueMessageTimeToLiveInSeconds: Int? = null, val queueName: String, val storageAccountId: String)

Constructors

Link copied to clipboard
constructor(queueMessageTimeToLiveInSeconds: Int? = null, queueName: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Storage queue message time to live in seconds.

Link copied to clipboard

Specifies the name of the storage queue where the Event Subscription will receive events.

Link copied to clipboard

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