ReverseReplicationProperties Class

Definition

Reverse replication input properties.

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

Constructors

ReverseReplicationProperties()

Initializes a new instance of ReverseReplicationProperties.

Properties

FailoverDirection

Failover direction.

ProviderSpecificDetails

Provider specific reverse replication input. Please note ReverseReplicationProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include A2AReprotectContent, HyperVReplicaAzureReprotectContent, InMageReprotectContent, InMageAzureV2ReprotectContent, InMageRcmReprotectContent and InMageRcmFailbackReprotectContent.

Explicit Interface Implementations

IJsonModel<ReverseReplicationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReverseReplicationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReverseReplicationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReverseReplicationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReverseReplicationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to