getCassandraCluster

Get the properties of a managed Cassandra cluster. Uses Azure REST API version 2023-04-15. Other available API versions: 2021-07-01-preview, 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-05-15, 2024-05-15-preview, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.

Return

Representation of a managed Cassandra cluster.

Parameters

argument

null


suspend fun getCassandraCluster(clusterName: String, resourceGroupName: String): GetCassandraClusterResult

Return

Representation of a managed Cassandra cluster.

Parameters

clusterName

Managed Cassandra cluster name.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Representation of a managed Cassandra cluster.

Parameters

argument

Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.GetCassandraClusterPlainArgs.

See also