HDInsightClient.GetClusterAsync 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
GetClusterAsync(String) |
Consultas para um cluster HDInsight específico registrado. |
GetClusterAsync(String, String) |
Consultas para um cluster HDInsight específico registrado. |
GetClusterAsync(String)
Consultas para um cluster HDInsight específico registrado.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> GetClusterAsync (string name);
abstract member GetClusterAsync : string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
override this.GetClusterAsync : string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function GetClusterAsync (name As String) As Task(Of ClusterDetails)
Parâmetros
- name
- String
Nome do cluster HDInsight.
Retornos
Tarefa que retorna um Cluster HDInsight ou NULL se não for encontrada.
Implementações
Aplica-se a
GetClusterAsync(String, String)
Consultas para um cluster HDInsight específico registrado.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> GetClusterAsync (string name, string location);
abstract member GetClusterAsync : string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
override this.GetClusterAsync : string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function GetClusterAsync (name As String, location As String) As Task(Of ClusterDetails)
Parâmetros
- name
- String
Nome do cluster HDInsight.
- location
- String
Local do cluster HDInsight.
Retornos
Tarefa que retorna um Cluster HDInsight ou NULL se não for encontrada.
Implementações
Aplica-se a
Azure SDK for .NET