runAsContainer
Function
interface AzurePostgresFlexibleServerResource { // ... omitted for brevity runAsContainer(configureContainer?: callback): AzurePostgresFlexibleServerResource;}Signature
method
runAsContainer builder Configures the Azure PostgreSQL Flexible Server resource to run locally in a container
runAsContainer(configureContainer?: (obj: PostgresServerResource) => void): AzurePostgresFlexibleServerResourceParameters
configureContainer (obj: PostgresServerResource) => void optional Returns
AzurePostgresFlexibleServerResource Applies to
This function is an extension method on the following types: