NetAppSubvolumeInfoPatch Class

Definition

Subvolume Patch Request properties.

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

Constructors

NetAppSubvolumeInfoPatch()

Initializes a new instance of NetAppSubvolumeInfoPatch.

Properties

Path

path to the subvolume.

Size

Truncate subvolume to the provided size in bytes.

Explicit Interface Implementations

IJsonModel<NetAppSubvolumeInfoPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppSubvolumeInfoPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppSubvolumeInfoPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppSubvolumeInfoPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppSubvolumeInfoPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to