Freigeben über


QuotaOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der aktuellen Kontingentgrenzwerte aller Ressourcen für den angegebenen Bereich ab. Die Antwort dieses GET-Vorgangs kann verwendet werden, um Anforderungen zum Aktualisieren eines Kontingents zu übermitteln.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase>> ListAsync (this Microsoft.Azure.Management.Quota.IQuotaOperations operations, string scope, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Quota.IQuotaOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase>>
<Extension()>
Public Function ListAsync (operations As IQuotaOperations, scope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CurrentQuotaLimitBase))

Parameter

operations
IQuotaOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Azure-Zielressourcen-URI. Beispiel: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. Dies ist der Azure-Zielressourcen-URI für den Get-Vorgang auflisten. Wenn nach {resourceName}/quotashinzugefügt wird, ist dies der Azure-Zielressourcen-URI im GET-Vorgang für die spezifische Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: