BaseJobParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters

public class BaseJobParameters

Data Lake Analytics Job Parameters base class for build and submit.

Method Summary

Modifier and Type Method and Description
CreateJobProperties properties()

Get the properties value.

JobType type()

Get the type value.

BaseJobParameters withProperties(CreateJobProperties properties)

Set the properties value.

BaseJobParameters 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