getCluster

Get a Service Fabric cluster resource created or in the process of being created in the specified resource group. API Version: 2020-03-01.

Return

The cluster resource

Parameters

argument

null


suspend fun getCluster(clusterName: String, resourceGroupName: String): GetClusterResult

Return

The cluster resource

Parameters

clusterName

The name of the cluster resource.

resourceGroupName

The name of the resource group.

See also


suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult

Return

The cluster resource

Parameters

argument

Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetClusterPlainArgs.

See also