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
constructor(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)
Properties
Link copied to clipboard
Migration exceptions and warnings.
Link copied to clipboard
List of orphaned users.
Link copied to clipboard
Result type Expected value is 'MigrationLevelOutput'.
Link copied to clipboard
Map of server role migration results.
Link copied to clipboard
Source server brand version
Link copied to clipboard
Source server version
Link copied to clipboard
Target server brand version
Link copied to clipboard
Target server version