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