Compartilhar via


QuotaOperationsExtensions.ListNextAsync Método

Definição

Obtém uma lista de cotas atuais (limites de serviço) e uso para todos os recursos. A resposta da operação de cota de lista pode ser aproveitada para solicitar atualizações de cota.

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

Parâmetros

operations
IQuotaOperations

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

Aplica-se a