Class ConnectToTargetSqlMITaskOutput

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

public final class ConnectToTargetSqlMITaskOutput extends Object
Output for the task that validates connection to Azure SQL Database Managed Instance.
  • Constructor Details

    • ConnectToTargetSqlMITaskOutput

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

    • id

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

      public String targetServerVersion()
      Get the targetServerVersion property: Target server version.
      Returns:
      the targetServerVersion value.
    • targetServerBrandVersion

      public String targetServerBrandVersion()
      Get the targetServerBrandVersion property: Target server brand version.
      Returns:
      the targetServerBrandVersion value.
    • logins

      public List<String> logins()
      Get the logins property: List of logins on the target server.
      Returns:
      the logins value.
    • agentJobs

      public List<String> agentJobs()
      Get the agentJobs property: List of agent jobs on the target server.
      Returns:
      the agentJobs value.
    • validationErrors

      public List<ReportableException> validationErrors()
      Get the validationErrors property: Validation errors.
      Returns:
      the validationErrors value.
    • validate

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