Share via


QuotaOperationOperationsExtensions.ListNextAsync Method

Definition

GET quota operations.

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

Parameters

operations
IQuotaOperationOperations

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

Remarks

List all the operations supported by the Microsoft.Quota resource provider.

Applies to