get Cluster Pool
Gets a cluster pool. 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
Cluster pool.
Parameters
argument
null
suspend fun getClusterPool(clusterPoolName: String, resourceGroupName: String): GetClusterPoolResult
Return
Cluster pool.
Parameters
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 getClusterPool(argument: suspend GetClusterPoolPlainArgsBuilder.() -> Unit): GetClusterPoolResult
Return
Cluster pool.
Parameters
argument
Builder for com.pulumi.azurenative.hdinsight.kotlin.inputs.GetClusterPoolPlainArgs.