Partilhar via


LoadTestingExtensions.GetLoadTestingQuotaAsync 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}
  • Operação IdQuotas_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>> GetLoadTestingQuotaAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string quotaBucketName, System.Threading.CancellationToken cancellationToken = default);
static member GetLoadTestingQuotaAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>>
<Extension()>
Public Function GetLoadTestingQuotaAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, quotaBucketName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LoadTestingQuotaResource))

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância em que o método será executado.

location
AzureLocation

O nome da região do Azure.

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 esperava-se que não estivesse vazia.

quotaBucketName é nulo.

Aplica-se a