public class CreateUSqlJobProperties extends CreateJobProperties
| Constructor and Description |
|---|
CreateUSqlJobProperties() |
| Modifier and Type | Method and Description |
|---|---|
CompileMode |
compileMode()
Get the specific compilation mode for the job used during execution.
|
CreateUSqlJobProperties |
withCompileMode(CompileMode compileMode)
Set the specific compilation mode for the job used during execution.
|
runtimeVersion, script, withRuntimeVersion, withScriptpublic CompileMode compileMode()
public CreateUSqlJobProperties withCompileMode(CompileMode compileMode)
compileMode - the compileMode value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/