Compartir a través de


PublicIPPrefixesOperationsExtensions.ListAllNext Método

Definición

Obtiene todos los prefijos ip públicos de una suscripción.

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

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a