StorageQueueEventSubscriptionDestination Class
Information about the storage queue destination for an event subscription.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.EventSubscriptionDestinationStorageQueueEventSubscriptionDestination
Constructor
StorageQueueEventSubscriptionDestination(*, resource_id: Optional[str] = None, queue_name: Optional[str] = None, queue_message_time_to_live_in_seconds: Optional[int] = None, **kwargs)
Variables
- endpoint_type
- str or EndpointType
Required. Type of the endpoint for the event subscription destination.Constant filled by server. Possible values include: "WebHook", "EventHub", "StorageQueue", "HybridConnection", "ServiceBusQueue", "ServiceBusTopic", "AzureFunction".
- 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
- <xref:long>
Storage queue message time to live in seconds.
Feedback
Submit and view feedback for