Freigeben über


IpAllocationsOperationsExtensions.ListNext Methode

Definition

Ruft alle IpAllocations in einem Abonnement ab.

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)

Parameter

operations
IIpAllocationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: