ElasticVolumeDataProtectionPatchProperties Class

Definition

Data protection configuration option for updating the volume, including snapshot policies and backup.

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

Constructors

Name Description
ElasticVolumeDataProtectionPatchProperties()

Initializes a new instance of ElasticVolumeDataProtectionPatchProperties.

ElasticVolumeDataProtectionPatchProperties(ResourceIdentifier, ElasticVolumeBackupProperties)

Properties

Name Description
Backup

Used to configure backups on an elastic volume.

SnapshotPolicyResourceId

Snapshot Policy ResourceId.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ElasticVolumeDataProtectionPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticVolumeDataProtectionPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticVolumeDataProtectionPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticVolumeDataProtectionPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to