IHDInsightSyncClient.ListClusters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries the HDInsight Clusters registered.
public System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> ListClusters ();
abstract member ListClusters : unit -> System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function ListClusters () As ICollection(Of ClusterDetails)
Returns
List of registered HDInsight Clusters.