list Mongo Cluster Connection Strings
suspend fun listMongoClusterConnectionStrings(argument: ListMongoClusterConnectionStringsPlainArgs): ListMongoClusterConnectionStringsResult
List mongo cluster connection strings. This includes the default connection string using SCRAM-SHA-256, as well as other connection strings supported by the cluster. Uses Azure REST API version 2023-03-15-preview. Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
Return
The connection strings for the given mongo cluster.
Parameters
argument
null
suspend fun listMongoClusterConnectionStrings(mongoClusterName: String, resourceGroupName: String): ListMongoClusterConnectionStringsResult
Return
The connection strings for the given mongo cluster.
Parameters
mongo Cluster Name
The name of the mongo cluster.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listMongoClusterConnectionStrings(argument: suspend ListMongoClusterConnectionStringsPlainArgsBuilder.() -> Unit): ListMongoClusterConnectionStringsResult
Return
The connection strings for the given mongo cluster.
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.ListMongoClusterConnectionStringsPlainArgs.