Delen via


NamespaceTopicEventSubscriptionDestination Class

Definition

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
NamespaceTopicEventSubscriptionDestination
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

IJsonModel<EventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EventSubscriptionDestination)
IJsonModel<EventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EventSubscriptionDestination)
IJsonModel<NamespaceTopicEventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NamespaceTopicEventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EventSubscriptionDestination)
IPersistableModel<NamespaceTopicEventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NamespaceTopicEventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NamespaceTopicEventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to