getCluster

Gets a Kusto cluster. API Version: 2021-01-01.

Return

Class representing a Kusto cluster.

Parameters

argument

null


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

Return

Class representing a Kusto cluster.

Parameters

clusterName

The name of the Kusto cluster.

resourceGroupName

The name of the resource group containing the Kusto cluster.

See also


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

Return

Class representing a Kusto cluster.

Parameters

argument

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

See also