Partager via


PublicIPPrefixesOperationsExtensions.ListAllNext Méthode

Définition

Obtient tous les préfixes d’adresse IP publique dans un abonnement.

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)

Paramètres

operations
IPublicIPPrefixesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à