HDInsightClient.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>
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET