次の方法で共有


OrganizationOperationsExtensions.ListAsync メソッド

定義

Microsoft.Confluent によって提供されるすべての操作を一覧表示します。

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

パラメーター

operations
IOrganizationOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象