Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtNicContent Method

Definition

Initializes a new instance of VMwareCbtNicContent.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicContent VMwareCbtNicContent (string nicId = default, string isPrimaryNic = default, string targetSubnetName = default, System.Net.IPAddress targetStaticIPAddress = default, string isSelectedForMigration = default, string targetNicName = default, string testSubnetName = default, System.Net.IPAddress testStaticIPAddress = default);
static member VMwareCbtNicContent : string * string * string * System.Net.IPAddress * string * string * string * System.Net.IPAddress -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicContent
Public Shared Function VMwareCbtNicContent (Optional nicId As String = Nothing, Optional isPrimaryNic As String = Nothing, Optional targetSubnetName As String = Nothing, Optional targetStaticIPAddress As IPAddress = Nothing, Optional isSelectedForMigration As String = Nothing, Optional targetNicName As String = Nothing, Optional testSubnetName As String = Nothing, Optional testStaticIPAddress As IPAddress = Nothing) As VMwareCbtNicContent

Parameters

nicId
String

The NIC Id.

isPrimaryNic
String

A value indicating whether this is the primary NIC.

targetSubnetName
String

Target subnet name.

targetStaticIPAddress
IPAddress

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
IPAddress

The test static IP address.

Returns

A new VMwareCbtNicContent instance for mocking.

Applies to