StorageQueueEventSubscriptionDestinationProperties Class
The properties for a storage queue destination.
Constructor
StorageQueueEventSubscriptionDestinationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. |
|
queue_name
|
The name of the Storage queue under a storage account that is the destination of an event subscription. |
|
queue_message_time_to_live_in_seconds
|
Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. |
Attributes
queue_message_time_to_live_in_seconds
Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite.
queue_message_time_to_live_in_seconds: int | None
queue_name
The name of the Storage queue under a storage account that is the destination of an event subscription.
queue_name: str | None
resource_id
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
resource_id: str | None