CreateJobProperties Class

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

public class CreateJobProperties

The common Data Lake Analytics job properties for job submission.

Method Summary

Modifier and Type Method and Description
String runtimeVersion()

Get the runtimeVersion value.

String script()

Get the script value.

CreateJobProperties withRuntimeVersion(String runtimeVersion)

Set the runtimeVersion value.

CreateJobProperties withScript(String script)

Set the script value.

Method Details

runtimeVersion

public String runtimeVersion()

Get the runtimeVersion value.

Returns:

the runtimeVersion value

script

public String script()

Get the script value.

Returns:

the script value

withRuntimeVersion

public CreateJobProperties withRuntimeVersion(String runtimeVersion)

Set the runtimeVersion value.

Parameters:

runtimeVersion - the runtimeVersion value to set

Returns:

the CreateJobProperties object itself.

withScript

public CreateJobProperties withScript(String script)

Set the script value.

Parameters:

script - the script value to set

Returns:

the CreateJobProperties object itself.

Applies to