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