Migrate Sql Server Sql MITask Output Migration Level Response
data class MigrateSqlServerSqlMITaskOutputMigrationLevelResponse(val agentJobs: Map<String, String>, val databases: Map<String, String>, val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val logins: Map<String, String>, val message: String, val orphanedUsersInfo: List<OrphanedUserInfoResponse>, val resultType: String, val serverRoleResults: Map<String, StartMigrationScenarioServerRoleResultResponse>, val sourceServerBrandVersion: String, val sourceServerVersion: String, val startedOn: String, val state: String, val status: String, val targetServerBrandVersion: String, val targetServerVersion: String)
Constructors
Link copied to clipboard
fun MigrateSqlServerSqlMITaskOutputMigrationLevelResponse(agentJobs: Map<String, String>, databases: Map<String, String>, endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, logins: Map<String, String>, message: String, orphanedUsersInfo: List<OrphanedUserInfoResponse>, resultType: String, serverRoleResults: Map<String, StartMigrationScenarioServerRoleResultResponse>, sourceServerBrandVersion: String, sourceServerVersion: String, startedOn: String, state: String, status: String, targetServerBrandVersion: String, targetServerVersion: String)