Freigeben über


SubscriptionUsagesOperationsExtensions.GetAsync Methode

Definition

Ruft eine Abonnementnutzungsmetrik ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.SubscriptionUsage> GetAsync(this Microsoft.Azure.Management.Sql.ISubscriptionUsagesOperations operations, string locationName, string usageName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.ISubscriptionUsagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.SubscriptionUsage>
<Extension()>
Public Function GetAsync (operations As ISubscriptionUsagesOperations, locationName As String, usageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SubscriptionUsage)

Parameter

operations
ISubscriptionUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Der Name der Region, in der sich die Ressource befindet.

usageName
String

Name der zurückzugebenden Nutzungsmetrik.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: