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)

AgentJob 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)

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 AgentJob.

Link copied to clipboard

The type of AgentJob.

Link copied to clipboard

The owner of the AgentJob

Link copied to clipboard

UTC Date and time when the AgentJob was last executed.

Link copied to clipboard

Information about eligibility of agent job for migration.

Link copied to clipboard

AgentJob name

Link copied to clipboard

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