RecoveryPlanInMageAzureV2FailoverInput Constructors

Definition

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.

Applies to