你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IHciNicDetail Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciNicDetailTypeConverter))]
public interface IHciNicDetail : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciNicDetailTypeConverter))>]
type IHciNicDetail = interface
    interface IJsonSerializable
Public Interface IHciNicDetail
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdapterName

Adapter Name of NIC

ComponentId

Component Id of NIC

DefaultGateway

Default Gateway of NIC

DefaultIsolationId

Default Isolation of Management NIC

DnsServer

DNS Servers for NIC

DriverVersion

Driver Version of NIC

InterfaceDescription

Interface Description of NIC

Ip4Address

Subnet Mask of NIC

MacAddress

MAC address information of NIC.

NicStatus

The status of NIC, up, disconnected.

NicType

The type of NIC, physical, virtual, management.

Slot

The slot attached to the NIC.

SubnetMask

Subnet Mask of NIC

SwitchName

The switch attached to the NIC, if any.

VlanId

The VLAN ID of the physical NIC.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to