ServiceBusQueueEventSubscriptionDestination Class

Information about the service bus destination for an event subscription.

Constructor

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

Variables

Name Description
properties

Service Bus Properties of the event subscription destination.

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

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

Attributes

endpoint_type

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

endpoint_type: SERVICE_BUS_QUEUE: 'ServiceBusQueue'>]

properties

Service Bus Properties of the event subscription destination.

properties: _models.ServiceBusQueueEventSubscriptionDestinationProperties | None