次の方法で共有


QuotaOperationOperationsExtensions.ListAsync メソッド

定義

GET クォータ操作。

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

パラメーター

operations
IQuotaOperationOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Microsoft.Quota リソース プロバイダーでサポートされているすべての操作を一覧表示します。

適用対象