Freigeben über


CurrentQuotaLimitBaseCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie eine Liste der aktuellen Kontingentgrenzwerte aller Ressourcen für den angegebenen Bereich ab. Die Antwort aus diesem GET-Vorgang kann verwendet werden, um Anforderungen zum Aktualisieren eines Kontingents zu übermitteln.

  • Anforderungspfad/{scope}/providers/Microsoft.Quota/quotas
  • Vorgang IdQuota_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Quota.CurrentQuotaLimitBaseResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.CurrentQuotaLimitBaseResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.CurrentQuotaLimitBaseResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CurrentQuotaLimitBaseResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der CurrentQuotaLimitBaseResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: