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

NicEntity interface

表示网络接口实体。

扩展

属性

additionalData

应属于实体的自定义字段的包,并将呈现给用户。

friendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

ipAddressEntityId

此网络接口的 IP 实体 ID

kind

实体的类型。

macAddress

此网络接口的 MAC 地址

vlans

网络接口实体的 VLAN 列表。

继承属性

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

资源的名称

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

属性详细信息

additionalData

应属于实体的自定义字段的包,并将呈现给用户。

additionalData?: Record<string, any>

属性值

Record<string, any>

friendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

friendlyName?: string

属性值

string

ipAddressEntityId

此网络接口的 IP 实体 ID

ipAddressEntityId?: string

属性值

string

kind

实体的类型。

kind: "Nic"

属性值

"Nic"

macAddress

此网络接口的 MAC 地址

macAddress?: string

属性值

string

vlans

网络接口实体的 VLAN 列表。

vlans?: string[]

属性值

string[]

继承属性详细信息

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

属性值

string

继承自 Entity.id

name

资源的名称

name?: string

属性值

string

继承自 Entity.name

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

systemData?: SystemData

属性值

继承自Entity.systemData

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

type?: string

属性值

string

继承自Entity.type