Skip to content
Docs Try Aspire

AzurePostgresFlexibleServerResource.runAsContainer

Method
📦 Aspire.Hosting.Azure.PostgreSQL v13.2.0-preview.1.26159.1
interface AzurePostgresFlexibleServerResource {
// ... omitted for brevity
runAsContainer(configureContainer?: (obj: PostgresServerResource) => void): AzurePostgresFlexibleServerResource;
}

Signature

method runAsContainer builder
Configures the Azure PostgreSQL Flexible Server resource to run locally in a container
runAsContainer(configureContainer?: (obj: PostgresServerResource) => void): AzurePostgresFlexibleServerResource
configureContainer (obj: PostgresServerResource) => void optional
AzurePostgresFlexibleServerResource

Defined on

This method is defined on the following type: