| 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 |
|---|---|
JobDataPath |
Jobs.getDebugDataPath(String accountName,
UUID jobIdentity)
Gets the job debug data information specified by the job ID.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<JobDataPath> |
Jobs.getDebugDataPathAsync(String accountName,
UUID jobIdentity)
Gets the job debug data information specified by the job ID.
|
com.microsoft.rest.ServiceFuture<JobDataPath> |
Jobs.getDebugDataPathAsync(String accountName,
UUID jobIdentity,
com.microsoft.rest.ServiceCallback<JobDataPath> serviceCallback)
Gets the job debug data information specified by the job ID.
|
rx.Observable<com.microsoft.rest.ServiceResponse<JobDataPath>> |
Jobs.getDebugDataPathWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets the job debug data information specified by the job ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<JobDataPath> |
Jobs.getDebugDataPathAsync(String accountName,
UUID jobIdentity,
com.microsoft.rest.ServiceCallback<JobDataPath> serviceCallback)
Gets the job debug data information specified by the job ID.
|
| Modifier and Type | Method and Description |
|---|---|
JobDataPath |
USqlJobProperties.debugData()
Get the job specific debug data locations.
|
| Modifier and Type | Method and Description |
|---|---|
USqlJobProperties |
USqlJobProperties.withDebugData(JobDataPath debugData)
Set the job specific debug data locations.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/