Delen via


SystemTopicPatch Class

Definition

Properties of the System Topic update.

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

Constructors

SystemTopicPatch()

Initializes a new instance of SystemTopicPatch.

Properties

Identity

Resource identity information.

Tags

Tags of the system topic.

Explicit Interface Implementations

IJsonModel<SystemTopicPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SystemTopicPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SystemTopicPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SystemTopicPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SystemTopicPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to