NamespaceTopicEventSubscriptionDestination Class
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.
Information about the Namespace Topic destination for an event subscription.
public class NamespaceTopicEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.NamespaceTopicEventSubscriptionDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.NamespaceTopicEventSubscriptionDestination>
type NamespaceTopicEventSubscriptionDestination = class
inherit EventSubscriptionDestination
interface IJsonModel<NamespaceTopicEventSubscriptionDestination>
interface IPersistableModel<NamespaceTopicEventSubscriptionDestination>
Public Class NamespaceTopicEventSubscriptionDestination
Inherits EventSubscriptionDestination
Implements IJsonModel(Of NamespaceTopicEventSubscriptionDestination), IPersistableModel(Of NamespaceTopicEventSubscriptionDestination)
- Inheritance
- Implements
Constructors
NamespaceTopicEventSubscriptionDestination() |
Initializes a new instance of NamespaceTopicEventSubscriptionDestination. |
Properties
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}. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET