NamespaceTopicEventSubscriptionDestinationProperties Class

The properties that represent the Event Grid Namespace Topic destination of an event subscription.

Constructor

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

Variables

Name Description
resource_id
str

The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription. This field is required and the Namespace Topic resource listed must already exist. The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.

Attributes

resource_id

The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription. This field is required and the Namespace Topic resource listed must already exist. The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.

resource_id: str | None