BaseJobParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. BaseJobParameters
- com.
public class BaseJobParameters
Data Lake Analytics Job Parameters base class for build and submit.
Method Summary
Modifier and Type | Method and Description |
---|---|
Create |
properties()
Get the properties value. |
Job |
type()
Get the type value. |
Base |
withProperties(CreateJobProperties properties)
Set the properties value. |
Base |
withType(JobType type)
Set the type value. |
Method Details
properties
public CreateJobProperties properties()
Get the properties value.
Returns:
the properties value
type
public JobType type()
Get the type value.
Returns:
the type value
withProperties
public BaseJobParameters withProperties(CreateJobProperties properties)
Set the properties value.
Parameters:
properties
- the properties value to set
Returns:
the BaseJobParameters object itself.
withType
public BaseJobParameters withType(JobType type)
Set the type value.
Parameters:
type
- the type value to set
Returns:
the BaseJobParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java