Migrate MISync Complete Command Properties Response
data class MigrateMISyncCompleteCommandPropertiesResponse(val commandType: String, val errors: List<ODataErrorResponse>, val input: MigrateMISyncCompleteCommandInputResponse? = null, val output: MigrateMISyncCompleteCommandOutputResponse, val state: String)
Properties for the command that completes online migration for an Azure SQL Database Managed Instance.
Constructors
Link copied to clipboard
constructor(commandType: String, errors: List<ODataErrorResponse>, input: MigrateMISyncCompleteCommandInputResponse? = null, output: MigrateMISyncCompleteCommandOutputResponse, state: String)