Delen via


ReverseReplicationInput Constructors

Definition

Overloads

ReverseReplicationInput()

Initializes a new instance of the ReverseReplicationInput class.

ReverseReplicationInput(ReverseReplicationInputProperties)

Initializes a new instance of the ReverseReplicationInput class.

ReverseReplicationInput()

Initializes a new instance of the ReverseReplicationInput class.

public ReverseReplicationInput ();
Public Sub New ()

Applies to

ReverseReplicationInput(ReverseReplicationInputProperties)

Initializes a new instance of the ReverseReplicationInput class.

public ReverseReplicationInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInput
Public Sub New (Optional properties As ReverseReplicationInputProperties = Nothing)

Parameters

properties
ReverseReplicationInputProperties

Reverse replication properties.

Applies to