get Hyperv Cluster Controller Cluster
suspend fun getHypervClusterControllerCluster(argument: GetHypervClusterControllerClusterPlainArgs): GetHypervClusterControllerClusterResult
Method to get a Hyper-V cluster. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2023-06-06, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native offazure [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
A cluster resource belonging to a site resource.
Parameters
argument
null
suspend fun getHypervClusterControllerCluster(clusterName: String, resourceGroupName: String, siteName: String): GetHypervClusterControllerClusterResult
Return
A cluster resource belonging to a site resource.
Parameters
cluster Name
Cluster ARM name
resource Group Name
The name of the resource group. The name is case insensitive.
site Name
Site name
See also
suspend fun getHypervClusterControllerCluster(argument: suspend GetHypervClusterControllerClusterPlainArgsBuilder.() -> Unit): GetHypervClusterControllerClusterResult
Return
A cluster resource belonging to a site resource.
Parameters
argument
Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetHypervClusterControllerClusterPlainArgs.