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