NetAppVolumeReplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replication properties.
public class NetAppVolumeReplication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppVolumeReplication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppVolumeReplication>
type NetAppVolumeReplication = class
interface IJsonModel<NetAppVolumeReplication>
interface IPersistableModel<NetAppVolumeReplication>
Public Class NetAppVolumeReplication
Implements IJsonModel(Of NetAppVolumeReplication), IPersistableModel(Of NetAppVolumeReplication)
- Inheritance
-
NetAppVolumeReplication
- Implements
Properties
EndpointType |
Indicates whether the local volume is the source or destination for the Volume Replication. |
RemoteVolumeRegion |
The remote region for the other end of the Volume Replication. |
RemoteVolumeResourceId |
The resource ID of the remote volume. |
ReplicationId |
UUID v4 used to identify the replication. |
ReplicationSchedule |
Schedule. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetAppVolumeReplication>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetAppVolumeReplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetAppVolumeReplication>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetAppVolumeReplication>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetAppVolumeReplication>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET