JobOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for JobOperations.
public static class JobOperationsExtensions
type JobOperationsExtensions = class
Public Module JobOperationsExtensions
- Inheritance
-
JobOperationsExtensions
Methods
| Name | Description |
|---|---|
| Build(IJobOperations, String, JobInformation) |
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. |
| BuildAsync(IJobOperations, String, JobInformation, CancellationToken) |
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. |
| Cancel(IJobOperations, String, Guid) |
Cancels the running job specified by the job ID. |
| CancelAsync(IJobOperations, String, Guid, CancellationToken) |
Cancels the running job specified by the job ID. |
| Create(IJobOperations, String, Guid, JobInformation) |
Submits a job to the specified Data Lake Analytics account. |
| CreateAsync(IJobOperations, String, Guid, JobInformation, CancellationToken) |
Submits a job to the specified Data Lake Analytics account. |
| Exists(IJobOperations, String, Guid) |
Tests the existence of job information for the specified job ID. |
| ExistsAsync(IJobOperations, String, Guid, CancellationToken) |
Tests the existence of job information for the specified job ID. |
| Get(IJobOperations, String, Guid) |
Gets the job information for the specified job ID. |
| GetAsync(IJobOperations, String, Guid, CancellationToken) |
Gets the job information for the specified job ID. |
| GetDebugDataPath(IJobOperations, String, Guid) |
Gets the job debug data information specified by the job ID. |
| GetDebugDataPathAsync(IJobOperations, String, Guid, CancellationToken) |
Gets the job debug data information specified by the job ID. |
| GetStatistics(IJobOperations, String, Guid) |
Gets statistics of the specified job. |
| GetStatisticsAsync(IJobOperations, String, Guid, CancellationToken) |
Gets statistics of the specified job. |
| List(IJobOperations, String, ODataQuery<JobInformation>, String, Nullable<Boolean>) |
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. |
| ListAsync(IJobOperations, String, ODataQuery<JobInformation>, String, Nullable<Boolean>, CancellationToken) |
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. |
| ListNext(IJobOperations, String) |
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. |
| ListNextAsync(IJobOperations, String, CancellationToken) |
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. |