Freigeben über


LoadTestingQuotaCollection.GetAsync(String, CancellationToken) Methode

Definition

Rufen Sie das verfügbare Kontingent für einen Kontingent-Bucket pro Region und Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgang IdQuotas_Get
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))

Parameter

quotaBucketName
String

Name des Kontingent-Buckets.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

quotaBucketName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

quotaBucketName ist NULL.

Gilt für: