Class SchemaComparisonValidationResultType

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

public final class SchemaComparisonValidationResultType extends Object
Description about the errors happen while performing migration validation.
  • Constructor Details

    • SchemaComparisonValidationResultType

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

    • objectName

      public String objectName()
      Get the objectName property: Name of the object that has the difference.
      Returns:
      the objectName value.
    • objectType

      public ObjectType objectType()
      Get the objectType property: Type of the object that has the difference. e.g (Table/View/StoredProcedure).
      Returns:
      the objectType value.
    • updateAction

      public UpdateActionType updateAction()
      Get the updateAction property: Update action type with respect to target.
      Returns:
      the updateAction value.
    • validate

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