Freigeben über


LoadTestingQuotaCollection.GetAll(CancellationToken) Methode

Definition

Listet das gesamte verfügbare Kontingent pro Region und Abonnement auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der LoadTestingQuotaResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: