CreateJobProperties Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. CreateJobProperties
- com.
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. |
Create |
withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion value. |
Create |
withScript(String script)
Set the script value. |
Method Details
runtimeVersion
public String runtimeVersion()
Get the runtimeVersion value.
Returns:
script
public String script()
Get the script value.
Returns:
withRuntimeVersion
public CreateJobProperties withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion value.
Parameters:
Returns:
withScript
public CreateJobProperties withScript(String script)
Set the script value.
Parameters:
Returns: