IHDInsightSyncClient.GetCluster Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetCluster(String) |
Consultas para um cluster HDInsight específico registrado. |
GetCluster(String, String) |
Consultas para um cluster HDInsight específico registrado. |
GetCluster(String)
Consultas para um cluster HDInsight específico registrado.
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
Parâmetros
- dnsName
- String
Nome do cluster HDInsight.
Retornos
Cluster HDInsight ou NULL se não for encontrado.
Aplica-se a
GetCluster(String, String)
Consultas para um cluster HDInsight específico registrado.
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
Parâmetros
- dnsName
- String
Nome do cluster HDInsight.
- location
- String
Local do cluster HDInsight.
Retornos
Cluster HDInsight ou NULL se não for encontrado.
Aplica-se a
Azure SDK for .NET