HDInsightClient.GetCluster Method

Definition

Overloads

GetCluster(String)

Queries for a specific HDInsight Cluster registered.

GetCluster(String, String)

Queries for a specific HDInsight Cluster registered.

GetCluster(String)

Queries for a specific HDInsight Cluster registered.

public Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails GetCluster (string dnsName);
abstract member GetCluster : string -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
override this.GetCluster : string -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function GetCluster (dnsName As String) As ClusterDetails

Parameters

dnsName
String

Name of the HDInsight cluster.

Returns

HDInsight Cluster or NULL if not found.

Implements

Applies to

GetCluster(String, String)

Queries for a specific HDInsight Cluster registered.

public Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails GetCluster (string dnsName, string location);
abstract member GetCluster : string * string -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
override this.GetCluster : string * string -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function GetCluster (dnsName As String, location As String) As ClusterDetails

Parameters

dnsName
String

Name of the HDInsight cluster.

location
String

Location of the HDInsight cluster.

Returns

HDInsight Cluster or NULL if not found.

Implements

Applies to