Delen via


PartnerDestinationPatch Class

Definition

Properties of the Partner Destination that can be updated.

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

Constructors

PartnerDestinationPatch()

Initializes a new instance of PartnerDestinationPatch.

Properties

Tags

Tags of the Partner Destination resource.

Explicit Interface Implementations

IJsonModel<PartnerDestinationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PartnerDestinationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerDestinationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerDestinationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PartnerDestinationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to