get Migration
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
migration Name
The name of the migration.
resource Group Name
The resource group name of the target database server.
subscription Id
The subscription ID of the target database server.
target Db Server Name
The name of the target database server.
See also
suspend fun getMigration(argument: suspend GetMigrationPlainArgsBuilder.() -> Unit): GetMigrationResult
Return
Represents a migration resource.
Parameters
argument
Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetMigrationPlainArgs.