MigrateSqlServerSqlMITaskOutputMigrationLevelResponse

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Selected agent jobs as a map from name to id

Link copied to clipboard

Selected databases as a map from database name to database id

Link copied to clipboard

Migration end time

Link copied to clipboard

Migration exceptions and warnings.

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Selected logins as a map from name to id

Link copied to clipboard

Migration progress message

Link copied to clipboard

List of orphaned users.

Link copied to clipboard

Result type Expected value is 'MigrationLevelOutput'.

Link copied to clipboard
Link copied to clipboard

Source server brand version

Link copied to clipboard

Source server version

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration

Link copied to clipboard

Current status of migration

Link copied to clipboard

Target server brand version

Link copied to clipboard

Target server version