Share via


GraphServicesAccountResourcePatch Class

Definition

Account patch properties.

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

Constructors

GraphServicesAccountResourcePatch()

Initializes a new instance of GraphServicesAccountResourcePatch.

Properties

Tags

List of key value pairs that describe the resource. This will overwrite the existing tags.

(Inherited from GraphServicesTagUpdate)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GraphServicesAccountResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GraphServicesAccountResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GraphServicesTagUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from GraphServicesTagUpdate)
IPersistableModel<GraphServicesAccountResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GraphServicesAccountResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GraphServicesAccountResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GraphServicesTagUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from GraphServicesTagUpdate)

Applies to