次の方法で共有


NetworkInterfaceIPConfigurationsOperationsExtensions.List メソッド

定義

ネットワーク インターフェイス内のすべての IP 構成を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> List (this Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName);
static member List : Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>
<Extension()>
Public Function List (operations As INetworkInterfaceIPConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String) As IPage(Of NetworkInterfaceIPConfiguration)

パラメーター

operations
INetworkInterfaceIPConfigurationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

networkInterfaceName
String

ネットワーク インターフェイスの名前。

戻り値

適用対象