Delen via


PartnerTopicPatch Class

Definition

Properties of the Partner Topic update.

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

Constructors

PartnerTopicPatch()

Initializes a new instance of PartnerTopicPatch.

Properties

Identity

Identity information for the Partner Topic resource.

Tags

Tags of the Partner Topic resource.

Explicit Interface Implementations

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