get Database Migrations Sql Db
suspend fun getDatabaseMigrationsSqlDb(argument: GetDatabaseMigrationsSqlDbPlainArgs): GetDatabaseMigrationsSqlDbResult
Retrieve the Database Migration resource. API Version: 2022-03-30-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.
migration Operation Id
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.
resource Group Name
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sql Db Instance Name
target Db Name
The name of the target database.
See also
suspend fun getDatabaseMigrationsSqlDb(argument: suspend GetDatabaseMigrationsSqlDbPlainArgsBuilder.() -> Unit): GetDatabaseMigrationsSqlDbResult
Return
Database Migration Resource for SQL Database.
Parameters
argument
Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetDatabaseMigrationsSqlDbPlainArgs.