LargeInstancePatch Class

Definition

The type used for updating tags in AzureLargeInstance resources.

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

Constructors

LargeInstancePatch()

Initializes a new instance of LargeInstancePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<LargeInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to