Freigeben über


QuotaOperationsExtensions.Get(IQuotaOperations, String, String) Methode

Definition

Rufen Sie das Kontingentlimit einer Ressource ab. Die Antwort kann verwendet werden, um das verbleibende Kontingent zu bestimmen, um ein neues Kontingentlimit zu berechnen, das mit einer PUT-Anforderung übermittelt werden kann.

public static Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase Get (this Microsoft.Azure.Management.Quota.IQuotaOperations operations, string resourceName, string scope);
static member Get : Microsoft.Azure.Management.Quota.IQuotaOperations * string * string -> Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase
<Extension()>
Public Function Get (operations As IQuotaOperations, resourceName As String, scope As String) As CurrentQuotaLimitBase

Parameter

operations
IQuotaOperations

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: