RecoveryPlanHyperVReplicaAzureFailbackInput 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
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'