Class GetUserTablesSqlTaskOutput

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

public final class GetUserTablesSqlTaskOutput extends Object
Output of the task that collects user tables for the given list of databases.
  • Constructor Details

    • GetUserTablesSqlTaskOutput

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

    • id

      public String id()
      Get the id property: Result identifier.
      Returns:
      the id value.
    • databasesToTables

      public String databasesToTables()
      Get the databasesToTables property: Mapping from database name to list of tables.
      Returns:
      the databasesToTables value.
    • validationErrors

      public List<ReportableException> validationErrors()
      Get the validationErrors property: Validation errors.
      Returns:
      the validationErrors value.
    • validate

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