withDataVolume
Function
interface PostgresServerResource { // ... omitted for brevity withDataVolume( name?: string, isReadOnly?: boolean): PostgresServerResource;}Signature
method
withDataVolume builder Adds a data volume for PostgreSQL
withDataVolume( name?: string, isReadOnly?: boolean): PostgresServerResourceParameters
name string optional isReadOnly boolean optional = False Returns
PostgresServerResource Applies to
This function is an extension method on the following types: