다음을 통해 공유


PeeringServicePatch Class

Definition

The PeeringServicePatch.

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

Constructors

PeeringServicePatch()

Initializes a new instance of PeeringServicePatch.

Properties

Tags

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

(Inherited from PeeringResourceTagsPatch)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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)
IJsonModel<PeeringServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PeeringServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<PeeringServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PeeringServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PeeringServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to