Share via


PartnerEventSubscriptionDestination Class

Definition

The PartnerEventSubscriptionDestination.

public class PartnerEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerEventSubscriptionDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerEventSubscriptionDestination>
type PartnerEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
    interface IJsonModel<PartnerEventSubscriptionDestination>
    interface IPersistableModel<PartnerEventSubscriptionDestination>
Public Class PartnerEventSubscriptionDestination
Inherits EventSubscriptionDestination
Implements IJsonModel(Of PartnerEventSubscriptionDestination), IPersistableModel(Of PartnerEventSubscriptionDestination)
Inheritance
PartnerEventSubscriptionDestination
Implements

Constructors

PartnerEventSubscriptionDestination()

Initializes a new instance of PartnerEventSubscriptionDestination.

Properties

ResourceId

The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription.

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<PartnerEventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PartnerEventSubscriptionDestination>.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<PartnerEventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerEventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PartnerEventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to