Class MigrateSyncCompleteCommandOutput

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

public final class MigrateSyncCompleteCommandOutput extends Object
Output for command that completes sync migration for a database.
  • Constructor Details

    • MigrateSyncCompleteCommandOutput

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

    • id

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

      public List<ReportableException> errors()
      Get the errors property: List of errors that happened during the command execution.
      Returns:
      the errors value.
    • validate

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