Delen via


RecoveryPlanA2AFailoverInput Constructors

Definition

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'

Applies to