NetworkInterfaceIPConfigurationsOperations interface
介面代表 NetworkInterfaceIPConfigurations 操作。
屬性詳細資料
get
取得指定的網路介面 IP 組態。
get: (resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams) => Promise<NetworkInterfaceIPConfiguration>
屬性值
(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams) => Promise<NetworkInterfaceIPConfiguration>
list
取得網路介面中的所有 IP 組態。
list: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams) => PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>
屬性值
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams) => PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>