Freigeben über


LoadTestingExtensions.GetLoadTestingQuotaAsync 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 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))

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Der Name der Azure-Region.

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: