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. Azure REST API version: 2023-03-15-preview. Other available API versions: 2023-09-15-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.
See also
Parameters
mongo Cluster Name
The name of the mongo cluster.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun listMongoClusterConnectionStrings(argument: suspend ListMongoClusterConnectionStringsPlainArgsBuilder.() -> Unit): ListMongoClusterConnectionStringsResult
Return
The connection strings for the given mongo cluster.
See also
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.ListMongoClusterConnectionStringsPlainArgs.