Share via


NetAppDestinationReplication Class

Definition

Destination replication properties.

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

Properties

Region

The remote region for the destination volume.

ReplicationType

Indicates whether the replication is cross zone or cross region.

ResourceId

The resource ID of the remote volume.

Zone

The remote zone for the destination volume.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetAppDestinationReplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppDestinationReplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppDestinationReplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppDestinationReplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppDestinationReplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to