Compartir a través de


ClustersOperationsExtensions.Get(IClustersOperations, String, String) Método

Definición

Obtiene el clúster especificado.

public static Microsoft.Azure.Management.HDInsight.Models.Cluster Get (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName);
static member Get : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string -> Microsoft.Azure.Management.HDInsight.Models.Cluster
<Extension()>
Public Function Get (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As Cluster

Parámetros

operations
IClustersOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

Nombre del clúster.

Devoluciones

Se aplica a