get Migration
Gets details of a migration. Azure REST API version: 2023-03-01-preview. Other available API versions: 2021-06-15-privatepreview, 2022-05-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.
See also
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.
suspend fun getMigration(argument: suspend GetMigrationPlainArgsBuilder.() -> Unit): GetMigrationResult
Return
Represents a migration resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetMigrationPlainArgs.