Condividi tramite


IJobOperations Interface

Definition

JobOperations operations.

public interface IJobOperations
type IJobOperations = interface
Public Interface IJobOperations

Methods

Name Description
BuildWithHttpMessagesAsync(String, JobInformation, Dictionary<String,List<String>>, CancellationToken)

Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.

CancelWithHttpMessagesAsync(String, Guid, Dictionary<String,List<String>>, CancellationToken)

Cancels the running job specified by the job ID.

CreateWithHttpMessagesAsync(String, Guid, JobInformation, Dictionary<String,List<String>>, CancellationToken)

Submits a job to the specified Data Lake Analytics account.

ExistsWithHttpMessagesAsync(String, Guid, Dictionary<String,List<String>>, CancellationToken)

Tests the existence of job information for the specified job ID.

GetDebugDataPathWithHttpMessagesAsync(String, Guid, Dictionary<String,List<String>>, CancellationToken)

Gets the job debug data information specified by the job ID.

GetStatisticsWithHttpMessagesAsync(String, Guid, Dictionary<String,List<String>>, CancellationToken)

Gets statistics of the specified job.

GetWithHttpMessagesAsync(String, Guid, Dictionary<String,List<String>>, CancellationToken)

Gets the job information for the specified job ID.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListWithHttpMessagesAsync(String, ODataQuery<JobInformation>, String, Nullable<Boolean>, Dictionary<String,List<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.

Extension 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.

Applies to