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.
|
ServiceFuture<JobDataPath> |
Jobs.getDebugDataPathAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobDataPath> serviceCallback)
Gets the job debug data information specified by the job ID.
|
rx.Observable<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 |
---|---|
ServiceFuture<JobDataPath> |
Jobs.getDebugDataPathAsync(String accountName,
UUID jobIdentity,
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 © 2019. All rights reserved.