Class MigrateMISyncCompleteCommandOutput

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrateMISyncCompleteCommandOutput

public final class MigrateMISyncCompleteCommandOutput extends Object
Output for command that completes online migration for an Azure SQL Database Managed Instance.
  • Constructor Details

    • MigrateMISyncCompleteCommandOutput

      public MigrateMISyncCompleteCommandOutput()
      Creates an instance of MigrateMISyncCompleteCommandOutput class.
  • Method Details

    • errors

      public List<ReportableException> errors()
      Get the errors property: List of errors that happened during the command execution.
      Returns:
      the errors value.
    • withErrors

      Set the errors property: List of errors that happened during the command execution.
      Parameters:
      errors - the errors value to set.
      Returns:
      the MigrateMISyncCompleteCommandOutput object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.