Uses of Enum Class
com.microsoft.azure.management.datalake.analytics.models.CompileMode
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CompileMode in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionCreateUSqlJobProperties.compileMode()
Get the specific compilation mode for the job used during execution.USqlJobProperties.compileMode()
Get the specific compilation mode for the job used during execution.static CompileMode
CompileMode.fromString
(String value) Parses a serialized value to a CompileMode instance.static CompileMode
Returns the enum constant of this class with the specified name.static CompileMode[]
CompileMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCreateUSqlJobProperties.withCompileMode
(CompileMode compileMode) Set the specific compilation mode for the job used during execution.