Partager via


IpAllocationsOperationsExtensions.ListByResourceGroupNext Méthode

Définition

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.IpAllocation> ListByResourceGroupNext (this Microsoft.Azure.Management.Network.IIpAllocationsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Network.IIpAllocationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.IpAllocation>
<Extension()>
Public Function ListByResourceGroupNext (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 à