AzurePostgresFlexibleServerResource.runAsContainer
Method
interface AzurePostgresFlexibleServerResource { // ... omitted for brevity runAsContainer(configureContainer?: (obj: PostgresServerResource) => Promise<void>): AzurePostgresFlexibleServerResource;}Signature
method
runAsContainerbuilderConfigures an Azure PostgreSQL Flexible Server resource to run locally in a container.
runAsContainer(configureContainer?: (obj: PostgresServerResource) => Promise<void>): AzurePostgresFlexibleServerResourceParameters
configureContainer(obj: PostgresServerResource) => Promise<void>optionalReturns
AzurePostgresFlexibleServerResourceDefined on
This method is defined on the following type: