Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobInformation
Packages that use JobInformation
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobInformation in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics that return JobInformationModifier and TypeMethodDescriptionJobs.beginUpdate
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.Jobs.beginUpdate
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.Jobs.build
(String accountName, BuildJobParameters parameters) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.Jobs.create
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.Gets the job information for the specified job ID.Updates the job information for the specified job ID.Jobs.update
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type JobInformationModifier and TypeMethodDescriptionrx.Observable<JobInformation>
Jobs.beginUpdateAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<JobInformation>
Jobs.beginUpdateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.beginUpdateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.beginUpdateAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.beginUpdateWithServiceResponseAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.beginUpdateWithServiceResponseAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.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.rx.Observable<JobInformation>
Jobs.createAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.createAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Submits a job to the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.createWithServiceResponseAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.rx.Observable<JobInformation>
Gets the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.getAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Gets the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.getWithServiceResponseAsync
(String accountName, UUID jobIdentity) Gets the job information for the specified job ID.rx.Observable<JobInformation>
Jobs.updateAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<JobInformation>
Jobs.updateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.updateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.updateAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.updateWithServiceResponseAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.updateWithServiceResponseAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type JobInformationModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<JobInformation>
Jobs.beginUpdateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.beginUpdateAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.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.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.createAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Submits a job to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.getAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Gets the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.updateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.updateAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID. -
Uses of JobInformation in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return JobInformationModifier and TypeMethodDescriptionJobInformation.withProperties
(JobProperties properties) Set the job specific properties.