次の方法で共有


SubscriptionUsagesOperationsExtensions.ListByLocationAsync メソッド

定義

特定の場所にあるすべてのサブスクリプション使用状況メトリックを取得します。

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

パラメーター

operations
ISubscriptionUsagesOperations

この拡張メソッドの操作グループ。

locationName
String

リソースが配置されているリージョンの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象