Class CreateScopeJobProperties
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
com.microsoft.azure.management.datalake.analytics.models.CreateScopeJobProperties
Scope job properties used when submitting Scope jobs. (Only for use
internally with Scope job type.).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnotifier()
Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.Get the list of resources that are required by the job.withNotifier
(String notifier) Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.withResources
(List<ScopeJobResource> resources) Set the list of resources that are required by the job.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
runtimeVersion, script, withRuntimeVersion, withScript
-
Constructor Details
-
CreateScopeJobProperties
public CreateScopeJobProperties()
-
-
Method Details
-
resources
Get the list of resources that are required by the job.- Returns:
- the resources value
-
withResources
Set the list of resources that are required by the job.- Parameters:
resources
- the resources value to set- Returns:
- the CreateScopeJobProperties object itself.
-
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
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.
-