getDatabaseMigrationsSqlDb

Retrieve the Database Migration resource. Uses Azure REST API version 2022-03-30-preview. Other available API versions: 2023-07-15-preview.

Return

Database Migration Resource for SQL Database.

Parameters

argument

null


suspend fun getDatabaseMigrationsSqlDb(expand: String? = null, migrationOperationId: String? = null, resourceGroupName: String, sqlDbInstanceName: String, targetDbName: String): GetDatabaseMigrationsSqlDbResult

Return

Database Migration Resource for SQL Database.

Parameters

expand

Complete migration details be included in the response.

migrationOperationId

Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved.

resourceGroupName

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

sqlDbInstanceName
targetDbName

The name of the target database.

See also


Return

Database Migration Resource for SQL Database.

Parameters

argument

Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetDatabaseMigrationsSqlDbPlainArgs.

See also