Skip to content
Docs Try Aspire
Docs Try

PostgresServerResource.withHostPort

Method
📦 Aspire.Hosting.PostgreSQL v13.4.0
interface PostgresServerResource {
// ... omitted for brevity
withHostPort(port: number): PostgresServerResource;
}

Signature

method withHostPort builder
Configures the host port that the PostgreSQL resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): PostgresServerResource
port number
PostgresServerResource

Defined on

This method is defined on the following type: