| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static JobType |
JobType.fromString(String value)
Parses a serialized value to a JobType instance.
|
JobType |
JobInformationBasic.type()
Get the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
JobType |
BaseJobParameters.type()
Get the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobInformationBasic |
JobInformationBasic.withType(JobType type)
Set the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
BaseJobParameters |
BaseJobParameters.withType(JobType type)
Set the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/