IJobOperations Interface

Definition

JobOperations operations.

public interface IJobOperations
type IJobOperations = interface
Public Interface IJobOperations

Methods

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

Cancels the running job specified by the job ID.

BeginUpdateWithHttpMessagesAsync(String, Guid, UpdateJobParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the job information for the specified job ID. (Only for use internally with Scope job type.)

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

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

BuildWithHttpMessagesAsync(String, BuildJobParameters, Dictionary<String,List<String>>, CancellationToken)

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

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, CreateJobParameters, Dictionary<String,List<String>>, CancellationToken)

Submits a job to the specified Data Lake Analytics account.

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.

ListWithHttpMessagesAsync(String, ODataQuery<JobInformationBasic>, 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.

UpdateWithHttpMessagesAsync(String, Guid, UpdateJobParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the job information for the specified job ID. (Only for use internally with Scope job type.)

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

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

Extension Methods

BeginCancel(IJobOperations, String, Guid)

Cancels the running job specified by the job ID.

BeginCancelAsync(IJobOperations, String, Guid, CancellationToken)

Cancels the running job specified by the job ID.

BeginUpdate(IJobOperations, String, Guid, UpdateJobParameters)

Updates the job information for the specified job ID. (Only for use internally with Scope job type.)

BeginUpdateAsync(IJobOperations, String, Guid, UpdateJobParameters, CancellationToken)

Updates the job information for the specified job ID. (Only for use internally with Scope job type.)

BeginYieldOperation(IJobOperations, String, Guid)

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

BeginYieldOperationAsync(IJobOperations, String, Guid, CancellationToken)

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

Build(IJobOperations, String, BuildJobParameters)

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

Build(IJobOperations, String, JobInformation)

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

BuildAsync(IJobOperations, String, BuildJobParameters, CancellationToken)

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, CreateJobParameters)

Submits a job to the specified Data Lake Analytics account.

Create(IJobOperations, String, Guid, JobInformation)

Submits a job to the specified Data Lake Analytics account.

CreateAsync(IJobOperations, String, Guid, CreateJobParameters, CancellationToken)

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.

List(IJobOperations, String, ODataQuery<JobInformationBasic>, 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.

ListAsync(IJobOperations, String, ODataQuery<JobInformationBasic>, 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.

Update(IJobOperations, String, Guid, UpdateJobParameters)

Updates the job information for the specified job ID. (Only for use internally with Scope job type.)

UpdateAsync(IJobOperations, String, Guid, UpdateJobParameters, CancellationToken)

Updates the job information for the specified job ID. (Only for use internally with Scope job type.)

YieldOperation(IJobOperations, String, Guid)

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

YieldOperationAsync(IJobOperations, String, Guid, CancellationToken)

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

Applies to