getMigration

Gets details of a migration. Uses Azure REST API version 2023-03-01-preview. Other available API versions: 2021-06-15-privatepreview, 2022-05-01-preview, 2023-06-01-preview, 2023-12-01-preview, 2024-03-01-preview, 2024-08-01, 2024-11-01-preview.

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