Freigeben über


UsagesOperationsExtensions.GetAsync Methode

Definition

Ruft die aktuelle Nutzung einer Ressource ab.

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

Parameter

operations
IUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceName
String

Ressourcenname für einen angegebenen Ressourcenanbieter. Beispiel:

  • SKU-Name für Microsoft.Compute
  • SKU oder TotalLowPriorityCores für Microsoft.MachineLearningServices Für Microsoft.Network PublicIPAddresses.
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: