Compartilhar via


QuotaOperationOperationsExtensions.ListNextAsync Método

Definição

Operações de cota GET.

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))

Parâmetros

operations
IQuotaOperationOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Liste todas as operações compatíveis com o provedor de recursos Microsoft.Quota.

Aplica-se a