Freigeben über


SubscriptionUsagesOperationsExtensions.ListByLocationAsync Methode

Definition

Ruft alle Abonnementnutzungsmetriken an einem bestimmten Speicherort ab.

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

Parameter

operations
ISubscriptionUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: