Migrate Sql Server Sql MIDatabase Input Response
data class MigrateSqlServerSqlMIDatabaseInputResponse(val backupFilePaths: List<String>? = null, val backupFileShare: FileShareResponse? = null, val name: String, val restoreDatabaseName: String)
Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs
Constructors
Link copied to clipboard
constructor(backupFilePaths: List<String>? = null, backupFileShare: FileShareResponse? = null, name: String, restoreDatabaseName: String)