Connect To Target Sql MITask Properties Response
data class ConnectToTargetSqlMITaskPropertiesResponse(val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: ConnectToTargetSqlMITaskInputResponse? = null, val output: List<ConnectToTargetSqlMITaskOutputResponse>, val state: String, val taskType: String)
Properties for the task that validates connection to Azure SQL Database Managed Instance
Constructors
Link copied to clipboard
fun ConnectToTargetSqlMITaskPropertiesResponse(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ConnectToTargetSqlMITaskInputResponse? = null, output: List<ConnectToTargetSqlMITaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard