ConnectToSourceSqlServerTaskOutputAgentJobLevelResponse

data class ConnectToSourceSqlServerTaskOutputAgentJobLevelResponse(val id: String, val isEnabled: Boolean, val jobCategory: String, val jobOwner: String, val lastExecutedOn: String, val migrationEligibility: MigrationEligibilityInfoResponse, val name: String, val resultType: String, val validationErrors: List<ReportableExceptionResponse>)

Agent Job level output for the task that validates connection to SQL Server and also validates source server requirements

Constructors

constructor(id: String, isEnabled: Boolean, jobCategory: String, jobOwner: String, lastExecutedOn: String, migrationEligibility: MigrationEligibilityInfoResponse, name: String, resultType: String, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

The state of the original Agent Job.

Link copied to clipboard

The type of Agent Job.

Link copied to clipboard

The owner of the Agent Job

Link copied to clipboard

UTC Date and time when the Agent Job was last executed.

Link copied to clipboard

Information about eligibility of agent job for migration.

Link copied to clipboard

Agent Job name

Link copied to clipboard

Type of result - database level or task level Expected value is 'AgentJobLevelOutput'.

Link copied to clipboard