UsagesOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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}
/quotas
hinzugefü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:
Azure SDK for .NET