JobProperties Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobProperties
- com.
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. |
Job |
withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion value. |
Job |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java