StorageQueueEventSubscriptionDestination interface
Information about the storage queue destination for an event subscription.
- Extends
Properties
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
queue |
Storage queue message time to live in seconds. |
queue |
The name of the Storage queue under a storage account that is the destination of an event subscription. |
resource |
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. |
Property Details
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "StorageQueue"
Property Value
"StorageQueue"
queueMessageTimeToLiveInSeconds
Storage queue message time to live in seconds.
queueMessageTimeToLiveInSeconds?: number
Property Value
number
queueName
The name of the Storage queue under a storage account that is the destination of an event subscription.
queueName?: string
Property Value
string
resourceId
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
resourceId?: string
Property Value
string