Skip to content
DocsTry Aspire
DocsTry

withDbx

Method
📦 CommunityToolkit.Aspire.Hosting.MySql.Extensions v13.5.0
interface MySqlServerResource {
// ... omitted for brevity
withDbx(
containerName?: string,
imageTag?: string): MySqlServerResource;
}

Signature

methodwithDbxbuilder
Adds an administration and development platform for MySql to the application model using dbx.
withDbx(
containerName?: string,
imageTag?: string): MySqlServerResource
containerNamestringoptional
imageTagstringoptional
MySqlServerResource

Applies to

This method applies to the following types: