ServiceBusTopicEventSubscriptionDestination Class
Information about the service bus topic destination for an event subscription.
Constructor
ServiceBusTopicEventSubscriptionDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
Service Bus Topic Properties of the event subscription destination. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.SERVICE_BUS_TOPIC>
Type of the endpoint for the event subscription destination. Required. ServiceBusTopic. |
Attributes
endpoint_type
Type of the endpoint for the event subscription destination. Required. ServiceBusTopic.
endpoint_type: SERVICE_BUS_TOPIC: 'ServiceBusTopic'>]
properties
Service Bus Topic Properties of the event subscription destination.
properties: _models.ServiceBusTopicEventSubscriptionDestinationProperties | None