Skip to content
Docs Try Aspire

AzureCosmosDBResource.addCosmosDatabase

Method
📦 Aspire.Hosting.Azure.CosmosDB v13.2.0-preview.1.26159.1
interface AzureCosmosDBResource {
// ... omitted for brevity
addCosmosDatabase(
name: string,
databaseName?: string): AzureCosmosDBDatabaseResource;
}

Signature

method addCosmosDatabase builder
Adds an Azure Cosmos DB database resource
addCosmosDatabase(
name: string,
databaseName?: string): AzureCosmosDBDatabaseResource
name string
databaseName string optional
AzureCosmosDBDatabaseResource

Defined on

This method is defined on the following type: