ReverseReplicationInputProperties Constructors
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.
Overloads
ReverseReplicationInputProperties() |
Initializes a new instance of the ReverseReplicationInputProperties class. |
ReverseReplicationInputProperties(String, ReverseReplicationProviderSpecificInput) |
Initializes a new instance of the ReverseReplicationInputProperties class. |
ReverseReplicationInputProperties()
Initializes a new instance of the ReverseReplicationInputProperties class.
public ReverseReplicationInputProperties ();
Public Sub New ()
Applies to
ReverseReplicationInputProperties(String, ReverseReplicationProviderSpecificInput)
Initializes a new instance of the ReverseReplicationInputProperties class.
public ReverseReplicationInputProperties (string failoverDirection = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationProviderSpecificInput providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties
Public Sub New (Optional failoverDirection As String = Nothing, Optional providerSpecificDetails As ReverseReplicationProviderSpecificInput = Nothing)
Parameters
- failoverDirection
- String
Failover direction.
- providerSpecificDetails
- ReverseReplicationProviderSpecificInput
Provider specific reverse replication input.