NetAppVolumePatchDataProtection Class

Definition

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

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

Constructors

NetAppVolumePatchDataProtection()

Initializes a new instance of NetAppVolumePatchDataProtection.

Properties

SnapshotPolicyId

Snapshot Policy ResourceId.

Explicit Interface Implementations

IJsonModel<NetAppVolumePatchDataProtection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumePatchDataProtection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumePatchDataProtection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumePatchDataProtection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumePatchDataProtection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to