get Managed Cluster
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group. Azure REST API version: 2023-03-01-preview. Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview.
Return
The managed cluster resource
Parameters
argument
null
suspend fun getManagedCluster(clusterName: String, resourceGroupName: String): GetManagedClusterResult
Return
The managed cluster resource
See also
Parameters
cluster Name
The name of the cluster resource.
resource Group Name
The name of the resource group.
suspend fun getManagedCluster(argument: suspend GetManagedClusterPlainArgsBuilder.() -> Unit): GetManagedClusterResult
Return
The managed cluster resource
See also
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetManagedClusterPlainArgs.