Migrate Sql Server Sql Db Task Output Migration Level Response
data class MigrateSqlServerSqlDbTaskOutputMigrationLevelResponse(val databaseSummary: Map<String, DatabaseSummaryResultResponse>, val databases: Map<String, String>, val durationInSeconds: Double, val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val message: String, val migrationReport: MigrationReportResultResponse, val resultType: String, val sourceServerBrandVersion: String, val sourceServerVersion: String, val startedOn: String, val status: String, val statusMessage: String, val targetServerBrandVersion: String, val targetServerVersion: String)
Migration level result for Sql server to Azure Sql DB migration.
Constructors
Link copied to clipboard
fun MigrateSqlServerSqlDbTaskOutputMigrationLevelResponse(databaseSummary: Map<String, DatabaseSummaryResultResponse>, databases: Map<String, String>, durationInSeconds: Double, endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, message: String, migrationReport: MigrationReportResultResponse, resultType: String, sourceServerBrandVersion: String, sourceServerVersion: String, startedOn: String, status: String, statusMessage: String, targetServerBrandVersion: String, targetServerVersion: String)