Share via


RecoveryPlanHyperVReplicaAzureFailbackInput Constructors

Definition

Overloads

RecoveryPlanHyperVReplicaAzureFailbackInput()

Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailbackInput class.

RecoveryPlanHyperVReplicaAzureFailbackInput(String, String)

Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailbackInput class.

RecoveryPlanHyperVReplicaAzureFailbackInput()

Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailbackInput class.

public RecoveryPlanHyperVReplicaAzureFailbackInput ();
Public Sub New ()

Applies to

RecoveryPlanHyperVReplicaAzureFailbackInput(String, String)

Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailbackInput class.

public RecoveryPlanHyperVReplicaAzureFailbackInput (string dataSyncOption, string recoveryVMCreationOption);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanHyperVReplicaAzureFailbackInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanHyperVReplicaAzureFailbackInput
Public Sub New (dataSyncOption As String, recoveryVMCreationOption As String)

Parameters

dataSyncOption
String

The data sync option. Possible values include: 'ForDownTime', 'ForSynchronization'

recoveryVMCreationOption
String

The ALR option. Possible values include: 'CreateVmIfNotFound', 'NoAction'

Applies to