get Server Group Cluster
suspend fun getServerGroupCluster(argument: GetServerGroupClusterPlainArgs): GetServerGroupClusterResult
Gets information about a cluster such as compute and storage configuration and cluster lifecycle metadata such as cluster creation date and time. Uses Azure REST API version 2023-03-02-preview. Other available API versions: 2022-11-08. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dbforpostgresql [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Represents a cluster.
Parameters
argument
null
suspend fun getServerGroupCluster(clusterName: String, resourceGroupName: String): GetServerGroupClusterResult
Return
Represents a cluster.
Parameters
cluster Name
The name of the cluster.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getServerGroupCluster(argument: suspend GetServerGroupClusterPlainArgsBuilder.() -> Unit): GetServerGroupClusterResult
Return
Represents a cluster.
Parameters
argument
Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetServerGroupClusterPlainArgs.