list Database Account Connection Strings
suspend fun listDatabaseAccountConnectionStrings(argument: ListDatabaseAccountConnectionStringsPlainArgs): ListDatabaseAccountConnectionStringsResult
Lists the connection strings for the specified Azure Cosmos DB database account. API Version: 2021-03-15.
Return
The connection strings for the given database account.
Parameters
argument
null
suspend fun listDatabaseAccountConnectionStrings(accountName: String, resourceGroupName: String): ListDatabaseAccountConnectionStringsResult
Return
The connection strings for the given database account.
Parameters
account Name
Cosmos DB database account name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listDatabaseAccountConnectionStrings(argument: suspend ListDatabaseAccountConnectionStringsPlainArgsBuilder.() -> Unit): ListDatabaseAccountConnectionStringsResult
Return
The connection strings for the given database account.
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.ListDatabaseAccountConnectionStringsPlainArgs.