Compartilhar via


PublicIPPrefixesOperationsExtensions.ListAllNext Método

Definição

Obtém todos os prefixos de IP públicos em uma assinatura.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPPrefix> ListAllNext (this Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations operations, string nextPageLink);
static member ListAllNext : Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPPrefix>
<Extension()>
Public Function ListAllNext (operations As IPublicIPPrefixesOperations, nextPageLink As String) As IPage(Of PublicIPPrefix)

Parâmetros

operations
IPublicIPPrefixesOperations

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