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:
type
public JobType type()
Get the type value.
Returns:
withProperties
public BaseJobParameters withProperties(CreateJobProperties properties)
Set the properties value.
Parameters:
Returns:
withType
public BaseJobParameters withType(JobType type)
Set the type value.
Parameters:
Returns: