NamespaceTopicEventSubscriptionDestination interface
Information about the Namespace Topic destination for an event subscription.
- Extends
Properties
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
resource |
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}. |
Property Details
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "NamespaceTopic"
Property Value
"NamespaceTopic"
resourceId
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}.
resourceId?: string
Property Value
string
Azure SDK for JavaScript