MigrateSqlServerSqlMITaskOutputAgentJobLevelResponse

data class MigrateSqlServerSqlMITaskOutputAgentJobLevelResponse(val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val isEnabled: Boolean, val message: String, val name: String, val resultType: String, val startedOn: String, val state: String)

Constructors

constructor(endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, isEnabled: Boolean, message: String, name: String, resultType: String, startedOn: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Migration end time

Link copied to clipboard

Migration errors and warnings per job

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

The state of the original Agent Job.

Link copied to clipboard

Migration progress message

Link copied to clipboard

Agent Job name.

Link copied to clipboard

Result type Expected value is 'AgentJobLevelOutput'.

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration