Share via


PureStorageAvsStorageContainerVolumePatch Class

Definition

The type used for update operations of the AvsStorageContainerVolume.

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

Constructors

PureStorageAvsStorageContainerVolumePatch()

Initializes a new instance of PureStorageAvsStorageContainerVolumePatch.

Properties

AvsStorageContainerVolumeUpdateSoftDeletion

Volume's soft-deletion state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageAvsStorageContainerVolumePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStorageAvsStorageContainerVolumePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageAvsStorageContainerVolumePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageAvsStorageContainerVolumePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStorageAvsStorageContainerVolumePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to