Uses of Enum Class
com.microsoft.azure.management.datalake.analytics.models.CompileMode
Packages that use CompileMode
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CompileMode in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return CompileModeModifier 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 CompileModeCompileMode.fromString(String value) Parses a serialized value to a CompileMode instance.static CompileModeReturns 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.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type CompileModeModifier and TypeMethodDescriptionCreateUSqlJobProperties.withCompileMode(CompileMode compileMode) Set the specific compilation mode for the job used during execution.