Class JobExecutionTarget

java.lang.Object
com.microsoft.azure.management.sql.JobExecutionTarget

public class JobExecutionTarget extends Object
The target that a job execution is executed on.
  • Constructor Details

    • JobExecutionTarget

      public JobExecutionTarget()
  • Method Details

    • type

      public JobTargetType type()
      Get the type of the target. Possible values include: 'TargetGroup', 'SqlDatabase', 'SqlElasticPool', 'SqlShardMap', 'SqlServer'.
      Returns:
      the type value
    • serverName

      public String serverName()
      Get the server name.
      Returns:
      the serverName value
    • databaseName

      public String databaseName()
      Get the database name.
      Returns:
      the databaseName value