Skip to content
Docs Try Aspire

withPgWeb

Function
📦 Aspire.Hosting.Azure.PostgreSQL v13.2.0-preview.1.26159.1
interface PostgresServerResource {
// ... omitted for brevity
withPgWeb(
configureContainer?: callback,
containerName?: string): PostgresServerResource;
}

Signature

method withPgWeb builder
Adds pgweb management UI
withPgWeb(configureContainer?: (obj: PgWebContainerResource) => void, containerName?: string): PostgresServerResource
configureContainer (obj: PgWebContainerResource) => void optional
containerName string optional
PostgresServerResource

Applies to

This function is an extension method on the following types: