次の方法で共有


ClustersOperationsExtensions.ListAsync メソッド

定義

サブスクリプション内のすべての Kusto クラスターを一覧表示します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.Cluster>> ListAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.Cluster>>
<Extension()>
Public Function ListAsync (operations As IClustersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Cluster))

パラメーター

operations
IClustersOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象