Share via


ClustersOperationsExtensions.Get(IClustersOperations, String, String) Method

Definition

Gets the specified cluster.

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

Returns

Applies to