Partager via


IpAllocationsOperationsExtensions.ListNext Méthode

Définition

Obtient toutes les adresses IpAllocations d’un abonnement.

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

Paramètres

operations
IIpAllocationsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à