| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobInformation |
Jobs.build(String accountName,
BuildJobParameters parameters)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
rx.Observable<JobInformation> |
Jobs.buildAsync(String accountName,
BuildJobParameters parameters)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
com.microsoft.rest.ServiceFuture<JobInformation> |
Jobs.buildAsync(String accountName,
BuildJobParameters parameters,
com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> |
Jobs.buildWithServiceResponseAsync(String accountName,
BuildJobParameters parameters)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
| Modifier and Type | Method and Description |
|---|---|
BuildJobParameters |
BuildJobParameters.withName(String name)
Set the friendly name of the job to build.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/