getMigration

Gets details of a migration. Uses Azure REST API version 2024-08-01. Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-11-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dbforpostgresql [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Represents a migration resource.

Parameters

argument

null


suspend fun getMigration(migrationName: String, resourceGroupName: String, subscriptionId: String? = null, targetDbServerName: String): GetMigrationResult

Return

Represents a migration resource.

Parameters

migrationName

The name of the migration.

resourceGroupName

The resource group name of the target database server.

subscriptionId

The subscription ID of the target database server.

targetDbServerName

The name of the target database server.

See also


Return

Represents a migration resource.

Parameters

argument

Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetMigrationPlainArgs.

See also