get Postgres Instance
Retrieves a postgres Instance resource Uses Azure REST API version 2024-01-01. Other available API versions: 2023-01-15-preview, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurearcdata [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
A Postgres Instance.
Parameters
argument
null
suspend fun getPostgresInstance(postgresInstanceName: String, resourceGroupName: String): GetPostgresInstanceResult
Return
A Postgres Instance.
Parameters
postgres Instance Name
Name of Postgres Instance
resource Group Name
The name of the Azure resource group
See also
suspend fun getPostgresInstance(argument: suspend GetPostgresInstancePlainArgsBuilder.() -> Unit): GetPostgresInstanceResult
Return
A Postgres Instance.
Parameters
argument
Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetPostgresInstancePlainArgs.