StorageQueueEventSubscriptionDestination Class

Information about the storage queue destination for an event subscription.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.eventgrid.models._models_py3.EventSubscriptionDestination
StorageQueueEventSubscriptionDestination

Constructor

StorageQueueEventSubscriptionDestination(*, resource_id: str | None = None, queue_name: str | None = None, queue_message_time_to_live_in_seconds: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.

queue_name
str

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
int

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.

Variables

Name Description
endpoint_type

Type of the endpoint for the event subscription destination. Required. Known values are: "WebHook", "EventHub", "StorageQueue", "HybridConnection", "ServiceBusQueue", "ServiceBusTopic", "AzureFunction", "PartnerDestination", "MonitorAlert", and "NamespaceTopic".

resource_id
str

The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.

queue_name
str

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
int

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.