Class MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlDbTaskOutput
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult

public final class MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult extends MigrateSqlServerSqlDbTaskOutput
Database validation result for Sql Server to Azure Sql DB migration.
  • Constructor Details

    • MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult

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

    • migrationId

      public String migrationId()
      Get the migrationId property: Migration Identifier.
      Returns:
      the migrationId value.
    • sourceDatabaseName

      public String sourceDatabaseName()
      Get the sourceDatabaseName property: Name of the source database.
      Returns:
      the sourceDatabaseName value.
    • targetDatabaseName

      public String targetDatabaseName()
      Get the targetDatabaseName property: Name of the target database.
      Returns:
      the targetDatabaseName value.
    • startedOn

      public OffsetDateTime startedOn()
      Get the startedOn property: Validation start time.
      Returns:
      the startedOn value.
    • endedOn

      public OffsetDateTime endedOn()
      Get the endedOn property: Validation end time.
      Returns:
      the endedOn value.
    • dataIntegrityValidationResult

      public DataIntegrityValidationResult dataIntegrityValidationResult()
      Get the dataIntegrityValidationResult property: Provides data integrity validation result between the source and target tables that are migrated.
      Returns:
      the dataIntegrityValidationResult value.
    • schemaValidationResult

      public SchemaComparisonValidationResult schemaValidationResult()
      Get the schemaValidationResult property: Provides schema comparison result between source and target database.
      Returns:
      the schemaValidationResult value.
    • queryAnalysisValidationResult

      public QueryAnalysisValidationResult queryAnalysisValidationResult()
      Get the queryAnalysisValidationResult property: Results of some of the query execution result between source and target database.
      Returns:
      the queryAnalysisValidationResult value.
    • status

      public ValidationStatus status()
      Get the status property: Current status of validation at the database level.
      Returns:
      the status value.
    • validate

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