PostgresqlFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing PostgreSQL Flexible Server.

suspend fun getFlexibleServer(name: String, resourceGroupName: String): GetFlexibleServerResult
Link copied to clipboard

Use this data source to access information about an existing PostgreSQL Azure Database Server.

suspend fun getServer(argument: suspend GetServerPlainArgsBuilder.() -> Unit): GetServerResult
suspend fun getServer(name: String, resourceGroupName: String): GetServerResult