HyperVReplicaAzureFailbackProviderInput 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
HyperVReplicaAzureFailbackProviderInput() |
Initializes a new instance of the HyperVReplicaAzureFailbackProviderInput class. |
HyperVReplicaAzureFailbackProviderInput(String, String, String) |
Initializes a new instance of the HyperVReplicaAzureFailbackProviderInput class. |
HyperVReplicaAzureFailbackProviderInput()
Initializes a new instance of the HyperVReplicaAzureFailbackProviderInput class.
public HyperVReplicaAzureFailbackProviderInput ();
Public Sub New ()
Applies to
HyperVReplicaAzureFailbackProviderInput(String, String, String)
Initializes a new instance of the HyperVReplicaAzureFailbackProviderInput class.
public HyperVReplicaAzureFailbackProviderInput (string dataSyncOption = default, string recoveryVMCreationOption = default, string providerIdForAlternateRecovery = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureFailbackProviderInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureFailbackProviderInput
Public Sub New (Optional dataSyncOption As String = Nothing, Optional recoveryVMCreationOption As String = Nothing, Optional providerIdForAlternateRecovery As String = Nothing)
Parameters
- dataSyncOption
- String
Data sync option.
- recoveryVMCreationOption
- String
ALR options to create alternate recovery.
- providerIdForAlternateRecovery
- String
Provider Id for alternate location.