Compartilhar via


IHDInsightAsyncClient.GetClusterAsync Método

Definição

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>
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.

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>
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.

Aplica-se a