NamespaceTopicEventSubscriptionDestination.ResourceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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}.
public Azure.Core.ResourceIdentifier ResourceId { get; set; }
member this.ResourceId : Azure.Core.ResourceIdentifier with get, set
Public Property ResourceId As ResourceIdentifier
Property Value
Applies to
Azure SDK for .NET