Share via


NetAppElasticVolumePatch Class

Definition

The type used for update operations of the ElasticVolume.

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

Constructors

Name Description
NetAppElasticVolumePatch()

Initializes a new instance of NetAppElasticVolumePatch.

Properties

Name Description
Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppElasticVolumePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppElasticVolumePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticVolumePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticVolumePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticVolumePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to