MigrateSqlServerSqlMIDatabaseInputResponse

data class MigrateSqlServerSqlMIDatabaseInputResponse(val backupFilePaths: List<String>? = null, val backupFileShare: FileShareResponse? = null, val id: String? = null, val name: String, val restoreDatabaseName: String)

Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs

Constructors

constructor(backupFilePaths: List<String>? = null, backupFileShare: FileShareResponse? = null, id: String? = null, name: String, restoreDatabaseName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of backup files to be used in case of existing backups.

Link copied to clipboard

Backup file share information for backing up this database.

Link copied to clipboard
val id: String? = null

id of the database

Link copied to clipboard

Name of the database

Link copied to clipboard

Name of the database at destination