Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobDataPath
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobDataPath in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionJobs.getDebugDataPath
(String accountName, UUID jobIdentity) Gets the job debug data information specified by the job ID.Modifier and TypeMethodDescriptionrx.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 TypeMethodDescriptioncom.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. -
Uses of JobDataPath in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlJobProperties.debugData()
Get the job specific debug data locations.Modifier and TypeMethodDescriptionUSqlJobProperties.withDebugData
(JobDataPath debugData) Set the job specific debug data locations.