次の方法で共有


UsageOperationsExtensions.List(IUsageOperations, String) メソッド

定義

指定した場所に対して、現在のコンピューティング リソースの使用状況情報と、サブスクリプションのコンピューティング リソースの制限を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Usage> List(this Microsoft.Azure.Management.Compute.IUsageOperations operations, string location);
static member List : Microsoft.Azure.Management.Compute.IUsageOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Usage>
<Extension()>
Public Function List (operations As IUsageOperations, location As String) As IPage(Of Usage)

パラメーター

operations
IUsageOperations

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

location
String

リソース使用量のクエリを実行する場所。

戻り値

適用対象