VMwareCbtTestMigrateInput 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
VMwareCbtTestMigrateInput() |
Initializes a new instance of the VMwareCbtTestMigrateInput class. |
VMwareCbtTestMigrateInput(String, String, IList<VMwareCbtNicInput>, String) |
Initializes a new instance of the VMwareCbtTestMigrateInput class. |
VMwareCbtTestMigrateInput()
Initializes a new instance of the VMwareCbtTestMigrateInput class.
public VMwareCbtTestMigrateInput ();
Public Sub New ()
Applies to
VMwareCbtTestMigrateInput(String, String, IList<VMwareCbtNicInput>, String)
Initializes a new instance of the VMwareCbtTestMigrateInput class.
public VMwareCbtTestMigrateInput (string recoveryPointId, string networkId, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtNicInput> vmNics = default, string osUpgradeVersion = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtTestMigrateInput : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtNicInput> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtTestMigrateInput
Public Sub New (recoveryPointId As String, networkId As String, Optional vmNics As IList(Of VMwareCbtNicInput) = Nothing, Optional osUpgradeVersion As String = Nothing)
Parameters
- recoveryPointId
- String
The recovery point Id.
- networkId
- String
The test network Id.
- vmNics
- IList<VMwareCbtNicInput>
The list of NIC details.
- osUpgradeVersion
- String
A value indicating the inplace OS Upgrade version.