NamespaceTopicEventSubscriptionDestination Class
Information about the Namespace Topic destination for an event subscription.
Constructor
NamespaceTopicEventSubscriptionDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
Namespace Topic properties of the event subscription destination. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.NAMESPACE_TOPIC>
Type of the endpoint for the event subscription destination. Required. NamespaceTopic. |
Attributes
endpoint_type
Type of the endpoint for the event subscription destination. Required. NamespaceTopic.
endpoint_type: NAMESPACE_TOPIC: 'NamespaceTopic'>]
properties
Namespace Topic properties of the event subscription destination.
properties: _models.NamespaceTopicEventSubscriptionDestinationProperties | None