Class CreateScopeJobParameters


public class CreateScopeJobParameters extends CreateJobParameters
The parameters used to submit a new Data Lake Analytics Scope job. (Only for use internally with Scope job type.).
  • Constructor Details

    • CreateScopeJobParameters

      public CreateScopeJobParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the key-value pairs used to add additional metadata to the job information.
      Returns:
      the tags value
    • withTags

      public CreateScopeJobParameters withTags(Map<String,String> tags)
      Set the key-value pairs used to add additional metadata to the job information.
      Parameters:
      tags - the tags value to set
      Returns:
      the CreateScopeJobParameters object itself.