get Database Account Mongo DBDatabase
suspend fun getDatabaseAccountMongoDBDatabase(argument: GetDatabaseAccountMongoDBDatabasePlainArgs): GetDatabaseAccountMongoDBDatabaseResult
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name. Uses Azure REST API version 2016-03-31. Other available API versions: 2015-04-01, 2015-04-08, 2015-11-06, 2016-03-19. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cosmosdb [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
An Azure Cosmos DB MongoDB database.
Parameters
argument
null
suspend fun getDatabaseAccountMongoDBDatabase(accountName: String, databaseName: String, resourceGroupName: String): GetDatabaseAccountMongoDBDatabaseResult
Return
An Azure Cosmos DB MongoDB database.
Parameters
account Name
Cosmos DB database account name.
database Name
Cosmos DB database name.
resource Group Name
Name of an Azure resource group.
See also
suspend fun getDatabaseAccountMongoDBDatabase(argument: suspend GetDatabaseAccountMongoDBDatabasePlainArgsBuilder.() -> Unit): GetDatabaseAccountMongoDBDatabaseResult
Return
An Azure Cosmos DB MongoDB database.
Parameters
argument
Builder for com.pulumi.azurenative.cosmosdb.kotlin.inputs.GetDatabaseAccountMongoDBDatabasePlainArgs.