Aracılığıyla paylaş


IpAllocationsOperationsExtensions.ListNext Method

Definition

Gets all IpAllocations in a subscription.

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)

Parameters

operations
IIpAllocationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to