Delen via


ArmHciModelFactory.HciNicDetail Method

Definition

Initializes a new instance of HciNicDetail.

public static Azure.ResourceManager.Hci.Models.HciNicDetail HciNicDetail (string adapterName = default, string interfaceDescription = default, string componentId = default, string driverVersion = default, string ipv4Address = default, string subnetMask = default, string defaultGateway = default, System.Collections.Generic.IEnumerable<string> dnsServers = default, string defaultIsolationId = default, string macAddress = default, string slot = default, string switchName = default, string nicType = default, string vlanId = default, string nicStatus = default);
static member HciNicDetail : string * string * string * string * string * string * string * seq<string> * string * string * string * string * string * string * string -> Azure.ResourceManager.Hci.Models.HciNicDetail
Public Shared Function HciNicDetail (Optional adapterName As String = Nothing, Optional interfaceDescription As String = Nothing, Optional componentId As String = Nothing, Optional driverVersion As String = Nothing, Optional ipv4Address As String = Nothing, Optional subnetMask As String = Nothing, Optional defaultGateway As String = Nothing, Optional dnsServers As IEnumerable(Of String) = Nothing, Optional defaultIsolationId As String = Nothing, Optional macAddress As String = Nothing, Optional slot As String = Nothing, Optional switchName As String = Nothing, Optional nicType As String = Nothing, Optional vlanId As String = Nothing, Optional nicStatus As String = Nothing) As HciNicDetail

Parameters

adapterName
String

Adapter Name of NIC.

interfaceDescription
String

Interface Description of NIC.

componentId
String

Component Id of NIC.

driverVersion
String

Driver Version of NIC.

ipv4Address
String

Subnet Mask of NIC.

subnetMask
String

Subnet Mask of NIC.

defaultGateway
String

Default Gateway of NIC.

dnsServers
IEnumerable<String>

DNS Servers for NIC.

defaultIsolationId
String

Default Isolation of Management NIC.

macAddress
String

MAC address information of NIC.

slot
String

The slot attached to the NIC.

switchName
String

The switch attached to the NIC, if any.

nicType
String

The type of NIC, physical, virtual, management.

vlanId
String

The VLAN ID of the physical NIC.

nicStatus
String

The status of NIC, up, disconnected.

Returns

A new HciNicDetail instance for mocking.

Applies to