Freigeben über


UsagesOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der aktuellen Nutzung für alle Ressourcen für den angegebenen Bereich ab.

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

Parameter

operations
IUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Azure-Zielressourcen-URI. Beispielsweise /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: