Aracılığıyla paylaş


AzureHdInsightManagementClient.ListClusters Method

Definition

Overloads

ListClusters(String)
ListClusters()

ListClusters(String)

public virtual System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Cluster> ListClusters (string resourceGroupName);
public virtual Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse ListClusters (string resourceGroupName);
abstract member ListClusters : string -> System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Cluster>
override this.ListClusters : string -> System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Cluster>
abstract member ListClusters : string -> Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse
override this.ListClusters : string -> Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse
Public Overridable Function ListClusters (resourceGroupName As String) As IList(Of Cluster)
Public Overridable Function ListClusters (resourceGroupName As String) As ClusterListResponse

Parameters

resourceGroupName
String

Returns

Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse

Applies to

ListClusters()

public virtual System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Cluster> ListClusters ();
public virtual Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse ListClusters ();
abstract member ListClusters : unit -> System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Cluster>
override this.ListClusters : unit -> System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Cluster>
abstract member ListClusters : unit -> Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse
override this.ListClusters : unit -> Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse
Public Overridable Function ListClusters () As IList(Of Cluster)
Public Overridable Function ListClusters () As ClusterListResponse

Returns

Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse

Applies to