RecoveryPlanInMageRcmFailbackFailoverInput 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
RecoveryPlanInMageRcmFailbackFailoverInput() |
Initializes a new instance of the RecoveryPlanInMageRcmFailbackFailoverInput class. |
RecoveryPlanInMageRcmFailbackFailoverInput(String, String) |
Initializes a new instance of the RecoveryPlanInMageRcmFailbackFailoverInput class. |
RecoveryPlanInMageRcmFailbackFailoverInput()
Initializes a new instance of the RecoveryPlanInMageRcmFailbackFailoverInput class.
public RecoveryPlanInMageRcmFailbackFailoverInput ();
Public Sub New ()
Applies to
RecoveryPlanInMageRcmFailbackFailoverInput(String, String)
Initializes a new instance of the RecoveryPlanInMageRcmFailbackFailoverInput class.
public RecoveryPlanInMageRcmFailbackFailoverInput (string recoveryPointType, string useMultiVMSyncPoint = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanInMageRcmFailbackFailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanInMageRcmFailbackFailoverInput
Public Sub New (recoveryPointType As String, Optional useMultiVMSyncPoint As String = Nothing)
Parameters
- recoveryPointType
- String
The recovery point type. Possible values include: 'ApplicationConsistent', 'CrashConsistent'
- useMultiVMSyncPoint
- String
A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover.