RecoveryPlanInMageAzureV2FailoverInput 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
RecoveryPlanInMageAzureV2FailoverInput() |
Initializes a new instance of the RecoveryPlanInMageAzureV2FailoverInput class. |
RecoveryPlanInMageAzureV2FailoverInput(String, String) |
Initializes a new instance of the RecoveryPlanInMageAzureV2FailoverInput class. |
RecoveryPlanInMageAzureV2FailoverInput()
Initializes a new instance of the RecoveryPlanInMageAzureV2FailoverInput class.
public RecoveryPlanInMageAzureV2FailoverInput ();
Public Sub New ()
Applies to
RecoveryPlanInMageAzureV2FailoverInput(String, String)
Initializes a new instance of the RecoveryPlanInMageAzureV2FailoverInput class.
public RecoveryPlanInMageAzureV2FailoverInput (string recoveryPointType, string useMultiVMSyncPoint = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanInMageAzureV2FailoverInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanInMageAzureV2FailoverInput
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.