Skip to content
DocsTry Aspire
DocsTry

addDbx

Method
📦 CommunityToolkit.Aspire.Hosting.Dbx v13.5.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addDbx(
name?: string,
port?: number): DbxContainerResource;
}

Signature

methodaddDbxbuilder
Adds a dbx container resource to the application.
addDbx(
name?: string,
port?: number): DbxContainerResource
namestringoptional= dbx
portnumberoptional
DbxContainerResource

Applies to

This method applies to the following types: