Class ValidateMigrationInputSqlServerSqlMISyncTaskOutput

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

public final class ValidateMigrationInputSqlServerSqlMISyncTaskOutput extends Object
Output for task that validates migration input for Azure SQL Database Managed Instance online migration.
  • Constructor Details

    • ValidateMigrationInputSqlServerSqlMISyncTaskOutput

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

    • id

      public String id()
      Get the id property: Database identifier.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Name of database.
      Returns:
      the name value.
    • validationErrors

      public List<ReportableException> validationErrors()
      Get the validationErrors property: Errors associated with a selected database object.
      Returns:
      the validationErrors value.
    • validate

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