StorageQueueEventSubscriptionDestination Class

Information about the storage queue destination for an event subscription.

Constructor

StorageQueueEventSubscriptionDestination(*args: Any, **kwargs: Any)

Variables

Name Description
properties

Storage Queue Properties of the event subscription destination.

endpoint_type
str or <xref:azure.mgmt.eventgrid.models.STORAGE_QUEUE>

Type of the endpoint for the event subscription destination. Required. StorageQueue.

Attributes

endpoint_type

Type of the endpoint for the event subscription destination. Required. StorageQueue.

endpoint_type: STORAGE_QUEUE: 'StorageQueue'>]

properties

Storage Queue Properties of the event subscription destination.

properties: _models.StorageQueueEventSubscriptionDestinationProperties | None