你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

Properties

Name Description
Backup

Used to configure backups on an elastic volume.

SnapshotPolicyResourceId

Snapshot Policy ResourceId.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, 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