Aracılığıyla paylaş


RecoveryPlanInMageRcmFailoverInput Constructors

Definition

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.

Applies to