Condividi tramite


UsagesOperationsExtensions.ListNextAsync Method

Definition

Get a list of current usage for all resources for the scope specified.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase>> ListNextAsync (this Microsoft.Azure.Management.Quota.IUsagesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Quota.IUsagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase>>
<Extension()>
Public Function ListNextAsync (operations As IUsagesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CurrentUsagesBase))

Parameters

operations
IUsagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to