Skip to content
Docs Try Aspire

PostgresServerResource.withPassword

Method
📦 Aspire.Hosting.Azure.PostgreSQL v13.2.0-preview.1.26159.1
interface PostgresServerResource {
// ... omitted for brevity
withPassword(password: ParameterResource): PostgresServerResource;
}

Signature

method withPassword builder
Configures the PostgreSQL password
withPassword(password: ParameterResource): PostgresServerResource
password ParameterResource
PostgresServerResource

Defined on

This method is defined on the following type: