Freigeben über


UsagesOperationsExtensions.Get(IUsagesOperations, String, String) Methode

Definition

Ruft die aktuelle Nutzung einer Ressource ab.

public static Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase Get (this Microsoft.Azure.Management.Quota.IUsagesOperations operations, string resourceName, string scope);
static member Get : Microsoft.Azure.Management.Quota.IUsagesOperations * string * string -> Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase
<Extension()>
Public Function Get (operations As IUsagesOperations, resourceName As String, scope As String) As 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. 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.

Gibt zurück

Gilt für: