get Cluster Pool Cluster
suspend fun getClusterPoolCluster(argument: GetClusterPoolClusterPlainArgs): GetClusterPoolClusterResult
Gets a HDInsight cluster. Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2023-06-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hdinsight [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The cluster.
Parameters
argument
null
suspend fun getClusterPoolCluster(clusterName: String, clusterPoolName: String, resourceGroupName: String): GetClusterPoolClusterResult
Return
The cluster.
Parameters
cluster Name
The name of the HDInsight cluster.
cluster Pool Name
The name of the cluster pool.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getClusterPoolCluster(argument: suspend GetClusterPoolClusterPlainArgsBuilder.() -> Unit): GetClusterPoolClusterResult
Return
The cluster.
Parameters
argument
Builder for com.pulumi.azurenative.hdinsight.kotlin.inputs.GetClusterPoolClusterPlainArgs.