次の方法で共有


IHDInsightAsyncClient.ListClustersAsync メソッド

定義

登録されている HDInsight クラスターに対してクエリを実行します。

public System.Threading.Tasks.Task<System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>> ListClustersAsync();
abstract member ListClustersAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>>
Public Function ListClustersAsync () As Task(Of ICollection(Of ClusterDetails))

戻り値

HDInsight クラスターの一覧を返すタスク。

適用対象