Compartilhar via


LoadTestingQuotaCollection.GetAsync(String, CancellationToken) Método

Definição

Obtenha a cota disponível para um bucket de cota por região por assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • IdQuotas_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>> GetAsync (string quotaBucketName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>>
Public Overridable Function GetAsync (quotaBucketName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LoadTestingQuotaResource))

Parâmetros

quotaBucketName
String

Nome do Bucket de Cota.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

quotaBucketName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

quotaBucketName é nulo.

Aplica-se a