LargeStorageInstancePatch Class

Definition

The type used for updating tags in AzureLargeStorageInstance resources.

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

Constructors

LargeStorageInstancePatch()

Initializes a new instance of LargeStorageInstancePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<LargeStorageInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeStorageInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeStorageInstancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeStorageInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeStorageInstancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to