Compartilhar via


NetworkInterfaceIPConfigurationsOperationsExtensions.ListNext 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> ListNext (this Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>
<Extension()>
Public Function ListNext (operations As INetworkInterfaceIPConfigurationsOperations, nextPageLink As String) As IPage(Of NetworkInterfaceIPConfiguration)

Parâmetros

operations
INetworkInterfaceIPConfigurationsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

Retornos

Aplica-se a