Migrate Ssis Task Properties Response
data class MigrateSsisTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: MigrateSsisTaskInputResponse? = null, val output: List<Either<MigrateSsisTaskOutputMigrationLevelResponse, MigrateSsisTaskOutputProjectLevelResponse>>, val state: String, val taskType: String)
Properties for task that migrates SSIS packages from SQL Server databases to Azure SQL Database Managed Instance.
Constructors
Link copied to clipboard
fun MigrateSsisTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: MigrateSsisTaskInputResponse? = null, output: List<Either<MigrateSsisTaskOutputMigrationLevelResponse, MigrateSsisTaskOutputProjectLevelResponse>>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard