UsagesOperationsExtensions.ListNext(IUsagesOperations, String) Method

Definition

List network usages for a subscription.

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

Parameters

operations
IUsagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to