Skip to content
Docs Try Aspire

PgAdminContainerResource

Handle TypeScript
📦 Aspire.Hosting.PostgreSQL v13.2.0-preview.1.26159.1
interface PgAdminContainerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withHostPort(port: number): PgAdminContainerResource;
}

Methods

method withHostPort builder
Sets the host port for pgAdmin
withHostPort(port: number): PgAdminContainerResource
port number
PgAdminContainerResource