Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobDataPath
Packages that use 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
Methods in com.microsoft.azure.management.datalake.analytics that return JobDataPathModifier and TypeMethodDescriptionJobs.getDebugDataPath
(String accountName, UUID jobIdentity) Gets the job debug data information specified by the job ID.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type JobDataPathModifier 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.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type JobDataPathModifier 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
Methods in com.microsoft.azure.management.datalake.analytics.models that return JobDataPathModifier and TypeMethodDescriptionUSqlJobProperties.debugData()
Get the job specific debug data locations.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type JobDataPathModifier and TypeMethodDescriptionUSqlJobProperties.withDebugData
(JobDataPath debugData) Set the job specific debug data locations.