JobProperties Class

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

public class JobProperties

The common Data Lake Analytics job properties.

Method Summary

Modifier and Type Method and Description
String runtimeVersion()

Get the runtimeVersion value.

String script()

Get the script value.

JobProperties withRuntimeVersion(String runtimeVersion)

Set the runtimeVersion value.

JobProperties 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 JobProperties withRuntimeVersion(String runtimeVersion)

Set the runtimeVersion value.

Parameters:

runtimeVersion - the runtimeVersion value to set

Returns:

the JobProperties object itself.

withScript

public JobProperties withScript(String script)

Set the script value.

Parameters:

script - the script value to set

Returns:

the JobProperties object itself.

Applies to