次の方法で共有


SubscriptionUsagesOperationsExtensions.ListByLocation メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SubscriptionUsage> ListByLocation (this Microsoft.Azure.Management.Sql.ISubscriptionUsagesOperations operations, string locationName);
static member ListByLocation : Microsoft.Azure.Management.Sql.ISubscriptionUsagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SubscriptionUsage>
<Extension()>
Public Function ListByLocation (operations As ISubscriptionUsagesOperations, locationName As String) As IPage(Of SubscriptionUsage)

パラメーター

operations
ISubscriptionUsagesOperations

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

locationName
String

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

戻り値

適用対象