共用方式為


NetworkInterfaceResourceSettings interface

定義網路介面資源設定。

Extends

屬性

enableAcceleratedNetworking

取得或設定值,指出是否啟用加速網路。

ipConfigurations

取得或設定 NIC 的IP組態。

resourceType

多型歧視性,指定這個物件可以是的不同類型

tags

取得或設定資源標籤。

繼承的屬性

targetResourceGroupName

取得或設定目標資源組名。

targetResourceName

取得或設定目標資源名稱。

屬性詳細資料

enableAcceleratedNetworking

取得或設定值,指出是否啟用加速網路。

enableAcceleratedNetworking?: boolean

屬性值

boolean

ipConfigurations

取得或設定 NIC 的IP組態。

ipConfigurations?: NicIpConfigurationResourceSettings[]

屬性值

resourceType

多型歧視性,指定這個物件可以是的不同類型

resourceType: "Microsoft.Network/networkInterfaces"

屬性值

"Microsoft.Network/networkInterfaces"

tags

取得或設定資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承的屬性詳細資料

targetResourceGroupName

取得或設定目標資源組名。

targetResourceGroupName?: string

屬性值

string

繼承自ResourceSettings.targetResourceGroupName

targetResourceName

取得或設定目標資源名稱。

targetResourceName?: string

屬性值

string

繼承自ResourceSettings.targetResourceName