次の方法で共有


UsageOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Usage>> ListAsync (this Microsoft.Azure.Management.Compute.IUsageOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.IUsageOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Usage>>
<Extension()>
Public Function ListAsync (operations As IUsageOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))

パラメーター

operations
IUsageOperations

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

location
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象