get Managed Cluster
Gets the details of the managed cluster with a specified resource group and name. API Version: 2021-03-01.
Return
Managed cluster.
Parameters
argument
null
suspend fun getManagedCluster(resourceGroupName: String, resourceName: String): GetManagedClusterResult
Return
Managed cluster.
Parameters
resource Group Name
The name of the resource group.
resource Name
The name of the managed cluster resource.
See also
suspend fun getManagedCluster(argument: suspend GetManagedClusterPlainArgsBuilder.() -> Unit): GetManagedClusterResult
Return
Managed cluster.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetManagedClusterPlainArgs.