IHDInsightSyncClient.GetCluster 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.
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
Public Function GetCluster (dnsName As String) As ClusterDetails
Parameters
- dnsName
- String
Name of the HDInsight cluster.
Returns
HDInsight Cluster or NULL if not found.
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
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.
Applies to
Azure SDK for .NET