Connect To Source Sql Server Task Output Agent Job Level Response
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
Link copied to clipboard
fun ConnectToSourceSqlServerTaskOutputAgentJobLevelResponse(id: String, isEnabled: Boolean, jobCategory: String, jobOwner: String, lastExecutedOn: String, migrationEligibility: MigrationEligibilityInfoResponse, name: String, resultType: String)