다음을 통해 공유


PeeringPatch Class

Definition

The PeeringPatch.

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

Constructors

PeeringPatch()

Initializes a new instance of PeeringPatch.

Properties

Tags

Gets or sets the tags, a dictionary of descriptors arm object.

(Inherited from PeeringResourceTagsPatch)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PeeringPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PeeringPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PeeringResourceTagsPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PeeringResourceTagsPatch)
IJsonModel<PeeringResourceTagsPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PeeringResourceTagsPatch)
IPersistableModel<PeeringPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PeeringPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PeeringPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PeeringResourceTagsPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PeeringResourceTagsPatch)
IPersistableModel<PeeringResourceTagsPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PeeringResourceTagsPatch)
IPersistableModel<PeeringResourceTagsPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PeeringResourceTagsPatch)

Applies to