Share via


PartnerTopicPatch Class

Definition

Properties of the Partner Topic update.

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

Constructors

Name Description
PartnerTopicPatch()

Initializes a new instance of PartnerTopicPatch.

Properties

Name Description
Identity

Identity information for the Partner Topic resource.

Tags

Tags of the Partner Topic resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PartnerTopicPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PartnerTopicPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerTopicPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerTopicPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PartnerTopicPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to