Class MigrateSqlServerSqlMITaskOutputLoginLevel

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlMITaskOutput
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlMITaskOutputLoginLevel

public final class MigrateSqlServerSqlMITaskOutputLoginLevel extends MigrateSqlServerSqlMITaskOutput
The MigrateSqlServerSqlMITaskOutputLoginLevel model.
  • Constructor Details

    • MigrateSqlServerSqlMITaskOutputLoginLevel

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

    • loginName

      public String loginName()
      Get the loginName property: Login name.
      Returns:
      the loginName value.
    • state

      public MigrationState state()
      Get the state property: Current state of login.
      Returns:
      the state value.
    • stage

      public LoginMigrationStage stage()
      Get the stage property: Current stage of login.
      Returns:
      the stage value.
    • startedOn

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

      public OffsetDateTime endedOn()
      Get the endedOn property: Login migration end time.
      Returns:
      the endedOn value.
    • message

      public String message()
      Get the message property: Login migration progress message.
      Returns:
      the message value.
    • exceptionsAndWarnings

      public List<ReportableException> exceptionsAndWarnings()
      Get the exceptionsAndWarnings property: Login migration errors and warnings per login.
      Returns:
      the exceptionsAndWarnings value.
    • validate

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