Skip to content
DocsTry Aspire
DocsTry

withDbGate

Method
📦 CommunityToolkit.Aspire.Hosting.SqlServer.Extensions v13.4.0
interface SqlServerServerResource {
// ... omitted for brevity
withDbGate(
containerName?: string,
imageTag?: string): SqlServerServerResource;
}

Signature

methodwithDbGatebuilder
Adds an administration and development platform for SqlServer to the application model using DbGate.
withDbGate(
containerName?: string,
imageTag?: string): SqlServerServerResource
containerNamestringoptional
imageTagstringoptional
SqlServerServerResource

Applies to

This method applies to the following types: