VMwareCbtNicInput 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
VMwareCbtNicInput() |
Initializes a new instance of the VMwareCbtNicInput class. |
VMwareCbtNicInput(String, String, String, String, String, String, String, String) |
Initializes a new instance of the VMwareCbtNicInput class. |
VMwareCbtNicInput()
Initializes a new instance of the VMwareCbtNicInput class.
public VMwareCbtNicInput ();
Public Sub New ()
Applies to
VMwareCbtNicInput(String, String, String, String, String, String, String, String)
Initializes a new instance of the VMwareCbtNicInput class.
public VMwareCbtNicInput (string nicId, string isPrimaryNic, string targetSubnetName = default, string targetStaticIPAddress = default, string isSelectedForMigration = default, string targetNicName = default, string testSubnetName = default, string testStaticIPAddress = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtNicInput : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtNicInput
Public Sub New (nicId As String, isPrimaryNic As String, Optional targetSubnetName As String = Nothing, Optional targetStaticIPAddress As String = Nothing, Optional isSelectedForMigration As String = Nothing, Optional targetNicName As String = Nothing, Optional testSubnetName As String = Nothing, Optional testStaticIPAddress As String = Nothing)
Parameters
- nicId
- String
The NIC Id.
- isPrimaryNic
- String
A value indicating whether this is the primary NIC.
- targetSubnetName
- String
Target subnet name.
- targetStaticIPAddress
- String
The static IP address.
- isSelectedForMigration
- String
A value indicating whether this NIC is selected for migration.
- targetNicName
- String
Target NIC name.
- testSubnetName
- String
The test subnet name.
- testStaticIPAddress
- String
The test static IP address.