Skip to content
Docs Try Aspire
Docs Try

MongoDBServerResource.addDatabase

Method
📦 Aspire.Hosting.MongoDB v13.4.0
interface MongoDBServerResource {
// ... omitted for brevity
addDatabase(
name: string,
databaseName?: string): MongoDBDatabaseResource;
}

Signature

method addDatabase builder
Adds a MongoDB database to the application model.
addDatabase(
name: string,
databaseName?: string): MongoDBDatabaseResource
name string
databaseName string optional
MongoDBDatabaseResource

Defined on

This method is defined on the following type: