Share via


PureStorageAvsVmPatch Class

Definition

The type used for update operations of the AvsVm.

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

Constructors

PureStorageAvsVmPatch()

Initializes a new instance of PureStorageAvsVmPatch.

Properties

AvsVmUpdateSoftDeletion

AVS VM's soft-deletion state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageAvsVmPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStorageAvsVmPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageAvsVmPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageAvsVmPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStorageAvsVmPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to