Class MigrationReportResult

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

public final class MigrationReportResult extends Object
Migration validation report result, contains the url for downloading the generated report.
  • Constructor Details

    • MigrationReportResult

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

    • id

      public String id()
      Get the id property: Migration validation result identifier.
      Returns:
      the id value.
    • reportUrl

      public String reportUrl()
      Get the reportUrl property: The url of the report.
      Returns:
      the reportUrl value.
    • validate

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