Compartilhar via


NetworkInterfaceIPConfigurationsOperationsExtensions.List Método

Definição

Obter todas as configurações de IP em um adaptador de rede.

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)

Parâmetros

operations
INetworkInterfaceIPConfigurationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkInterfaceName
String

O nome do adaptador de interface de rede.

Retornos

Aplica-se a