HDInsightClient.ListClusters Method

Definition

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>
override this.ListClusters : unit -> System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function ListClusters () As ICollection(Of ClusterDetails)

Returns

List of registered HDInsight Clusters.

Implements

Applies to