共用方式為


NetworkInterfaceIPConfigurations interface

代表 NetworkInterfaceIPConfigurations 的介面。

方法

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

取得指定的網路介面 IP 組態。

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

取得網路介面中的所有 IP 組態。

方法詳細資料

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

取得指定的網路介面 IP 組態。

function get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams): Promise<NetworkInterfaceIPConfiguration>

參數

resourceGroupName

string

資源群組的名稱。

networkInterfaceName

string

網路介面的名稱。

ipConfigurationName

string

ip 組態名稱的名稱。

傳回

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

取得網路介面中的所有 IP 組態。

function list(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。

networkInterfaceName

string

網路介面的名稱。

傳回