Skip to content
DocsTry Aspire
DocsTry

PgAdminContainerResource

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

Methods

methodwithHostPortbuilder
Configures the host port that the PGAdmin resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): PgAdminContainerResource
portnumber
PgAdminContainerResource