Compartilhar via


LoadTestingQuotaCollection.GetAll(CancellationToken) Método

Definição

Lista toda a cota disponível por região por assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas
  • IdQuotas_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LoadTestingQuotaResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de LoadTestingQuotaResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a