IJobOperations Interface

Definition

JobOperations operations.

public interface IJobOperations
type IJobOperations = interface
Public Interface IJobOperations

Methods

AddWithHttpMessagesAsync(JobAddParameter, JobAddOptions, Dictionary<String,List<String>>, CancellationToken)

Adds a Job to the specified Account.

DeleteWithHttpMessagesAsync(String, JobDeleteOptions, Dictionary<String,List<String>>, CancellationToken)

Deletes a Job.

DisableWithHttpMessagesAsync(String, DisableJobOption, JobDisableOptions, Dictionary<String,List<String>>, CancellationToken)

Disables the specified Job, preventing new Tasks from running.

EnableWithHttpMessagesAsync(String, JobEnableOptions, Dictionary<String,List<String>>, CancellationToken)

Enables the specified Job, allowing new Tasks to run.

GetTaskCountsWithHttpMessagesAsync(String, JobGetTaskCountsOptions, Dictionary<String,List<String>>, CancellationToken)

Gets the Task counts for the specified Job.

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

Gets information about the specified Job.

ListFromJobScheduleNextWithHttpMessagesAsync(String, JobListFromJobScheduleNextOptions, Dictionary<String,List<String>>, CancellationToken)

Lists the Jobs that have been created under the specified Job Schedule.

ListFromJobScheduleWithHttpMessagesAsync(String, JobListFromJobScheduleOptions, Dictionary<String,List<String>>, CancellationToken)

Lists the Jobs that have been created under the specified Job Schedule.

ListNextWithHttpMessagesAsync(String, JobListNextOptions, Dictionary<String,List<String>>, CancellationToken)

Lists all of the Jobs in the specified Account.

ListPreparationAndReleaseTaskStatusNextWithHttpMessagesAsync(String, JobListPreparationAndReleaseTaskStatusNextOptions, Dictionary<String, List<String>>, CancellationToken)

Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.

ListPreparationAndReleaseTaskStatusWithHttpMessagesAsync(String, JobListPreparationAndReleaseTaskStatusOptions, Dictionary<String, List<String>>, CancellationToken)

Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.

ListWithHttpMessagesAsync(JobListOptions, Dictionary<String,List<String>>, CancellationToken)

Lists all of the Jobs in the specified Account.

PatchWithHttpMessagesAsync(String, JobPatchParameter, JobPatchOptions, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of the specified Job.

TerminateWithHttpMessagesAsync(String, String, JobTerminateOptions, Dictionary<String,List<String>>, CancellationToken)

Terminates the specified Job, marking it as completed.

UpdateWithHttpMessagesAsync(String, JobUpdateParameter, JobUpdateOptions, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of the specified Job.

Extension Methods

Add(IJobOperations, JobAddParameter, JobAddOptions)

Adds a Job to the specified Account.

AddAsync(IJobOperations, JobAddParameter, JobAddOptions, CancellationToken)

Adds a Job to the specified Account.

Delete(IJobOperations, String, JobDeleteOptions)

Deletes a Job.

DeleteAsync(IJobOperations, String, JobDeleteOptions, CancellationToken)

Deletes a Job.

Disable(IJobOperations, String, DisableJobOption, JobDisableOptions)

Disables the specified Job, preventing new Tasks from running.

DisableAsync(IJobOperations, String, DisableJobOption, JobDisableOptions, CancellationToken)

Disables the specified Job, preventing new Tasks from running.

Enable(IJobOperations, String, JobEnableOptions)

Enables the specified Job, allowing new Tasks to run.

EnableAsync(IJobOperations, String, JobEnableOptions, CancellationToken)

Enables the specified Job, allowing new Tasks to run.

Get(IJobOperations, String, JobGetOptions)

Gets information about the specified Job.

GetAsync(IJobOperations, String, JobGetOptions, CancellationToken)

Gets information about the specified Job.

GetTaskCounts(IJobOperations, String, JobGetTaskCountsOptions)

Gets the Task counts for the specified Job.

GetTaskCountsAsync(IJobOperations, String, JobGetTaskCountsOptions, CancellationToken)

Gets the Task counts for the specified Job.

List(IJobOperations, JobListOptions)

Lists all of the Jobs in the specified Account.

ListAsync(IJobOperations, JobListOptions, CancellationToken)

Lists all of the Jobs in the specified Account.

ListFromJobSchedule(IJobOperations, String, JobListFromJobScheduleOptions)

Lists the Jobs that have been created under the specified Job Schedule.

ListFromJobScheduleAsync(IJobOperations, String, JobListFromJobScheduleOptions, CancellationToken)

Lists the Jobs that have been created under the specified Job Schedule.

ListFromJobScheduleNext(IJobOperations, String, JobListFromJobScheduleNextOptions)

Lists the Jobs that have been created under the specified Job Schedule.

ListFromJobScheduleNextAsync(IJobOperations, String, JobListFromJobScheduleNextOptions, CancellationToken)

Lists the Jobs that have been created under the specified Job Schedule.

ListNext(IJobOperations, String, JobListNextOptions)

Lists all of the Jobs in the specified Account.

ListNextAsync(IJobOperations, String, JobListNextOptions, CancellationToken)

Lists all of the Jobs in the specified Account.

ListPreparationAndReleaseTaskStatus(IJobOperations, String, JobListPreparationAndReleaseTaskStatusOptions)

Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.

ListPreparationAndReleaseTaskStatusAsync(IJobOperations, String, JobListPreparationAndReleaseTaskStatusOptions, CancellationToken)

Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.

ListPreparationAndReleaseTaskStatusNext(IJobOperations, String, JobListPreparationAndReleaseTaskStatusNextOptions)

Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.

ListPreparationAndReleaseTaskStatusNextAsync(IJobOperations, String, JobListPreparationAndReleaseTaskStatusNextOptions, CancellationToken)

Lists the execution status of the Job Preparation and Job Release Task for the specified Job across the Compute Nodes where the Job has run.

Patch(IJobOperations, String, JobPatchParameter, JobPatchOptions)

Updates the properties of the specified Job.

PatchAsync(IJobOperations, String, JobPatchParameter, JobPatchOptions, CancellationToken)

Updates the properties of the specified Job.

Terminate(IJobOperations, String, String, JobTerminateOptions)

Terminates the specified Job, marking it as completed.

TerminateAsync(IJobOperations, String, String, JobTerminateOptions, CancellationToken)

Terminates the specified Job, marking it as completed.

Update(IJobOperations, String, JobUpdateParameter, JobUpdateOptions)

Updates the properties of the specified Job.

UpdateAsync(IJobOperations, String, JobUpdateParameter, JobUpdateOptions, CancellationToken)

Updates the properties of the specified Job.

Applies to