你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageQueueEventSubscriptionDestination interface

Information about the storage queue destination for an event subscription.

Extends

Properties

endpointType

Polymorphic discriminator, which specifies the different types this object can be

queueMessageTimeToLiveInSeconds

Storage queue message time to live in seconds.

queueName

The name of the Storage queue under a storage account that is the destination of an event subscription.

resourceId

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