CreateUSqlJobProperties Class
- java.
lang. Object - CreateJobProperties
- com.
microsoft. azure. management. datalake. analytics. models. CreateUSqlJobProperties
- com.
public class CreateUSqlJobProperties extends CreateJobProperties
U-SQL job properties used when submitting U-SQL jobs.
Method Summary
Modifier and Type | Method and Description |
---|---|
Compile |
compileMode()
Get the compileMode value. |
Create |
withCompileMode(CompileMode compileMode)
Set the compileMode value. |
Inherited Members
CreateJobProperties.runtimeVersion()
CreateJobProperties.script()
CreateJobProperties.withRuntimeVersion(String runtimeVersion)
CreateJobProperties.withScript(String script)
Method Details
compileMode
public CompileMode compileMode()
Get the compileMode value.
Returns:
the compileMode value
withCompileMode
public CreateUSqlJobProperties withCompileMode(CompileMode compileMode)
Set the compileMode value.
Parameters:
compileMode
- the compileMode value to set
Returns:
the CreateUSqlJobProperties 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