Class ConnectToTargetSqlDbTaskOutput

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

public final class ConnectToTargetSqlDbTaskOutput extends Object
Output for the task that validates connection to SQL DB and target server requirements.
  • Constructor Details

    • ConnectToTargetSqlDbTaskOutput

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

    • id

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

      public String databases()
      Get the databases property: Source databases as a map from database name to database id.
      Returns:
      the databases value.
    • targetServerVersion

      public String targetServerVersion()
      Get the targetServerVersion property: Version of the target server.
      Returns:
      the targetServerVersion value.
    • targetServerBrandVersion

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

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