Class CreateScopeJobParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters
com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters
com.microsoft.azure.management.datalake.analytics.models.CreateScopeJobParameters
The parameters used to submit a new Data Lake Analytics Scope job. (Only for
use internally with Scope job type.).
-
Constructor Summary
-
Method Summary
Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters
degreeOfParallelism, logFilePatterns, name, priority, related, withDegreeOfParallelism, withLogFilePatterns, withName, withPriority, withRelated
Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters
properties, type, withProperties, withType
-
Constructor Details
-
CreateScopeJobParameters
public CreateScopeJobParameters()
-
-
Method Details
-
tags
Get the key-value pairs used to add additional metadata to the job information.- Returns:
- the tags value
-
withTags
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.
-