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

NetAppVolumeDataProtection Class

Definition

DataProtection type volumes include an object containing details of the replication.

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

Constructors

NetAppVolumeDataProtection()

Initializes a new instance of NetAppVolumeDataProtection.

Properties

Replication

Replication properties.

SnapshotPolicyId

Snapshot Policy ResourceId.

VolumeRelocation

VolumeRelocation properties.

Explicit Interface Implementations

IJsonModel<NetAppVolumeDataProtection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumeDataProtection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumeDataProtection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumeDataProtection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumeDataProtection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to