Class CreateScopeJobProperties

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
com.microsoft.azure.management.datalake.analytics.models.CreateScopeJobProperties

public class CreateScopeJobProperties extends CreateJobProperties
Scope job properties used when submitting Scope jobs. (Only for use internally with Scope job type.).
  • Constructor Details

    • CreateScopeJobProperties

      public CreateScopeJobProperties()
  • Method Details

    • resources

      public List<ScopeJobResource> resources()
      Get the list of resources that are required by the job.
      Returns:
      the resources value
    • withResources

      public CreateScopeJobProperties withResources(List<ScopeJobResource> resources)
      Set the list of resources that are required by the job.
      Parameters:
      resources - the resources value to set
      Returns:
      the CreateScopeJobProperties object itself.
    • notifier

      public String notifier()
      Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
      Returns:
      the notifier value
    • withNotifier

      public CreateScopeJobProperties withNotifier(String notifier)
      Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
      Parameters:
      notifier - the notifier value to set
      Returns:
      the CreateScopeJobProperties object itself.