Aracılığıyla paylaş


JobOperationsExtensions Class

Definition

Extension methods for JobOperations.

public static class JobOperationsExtensions
type JobOperationsExtensions = class
Public Module JobOperationsExtensions
Inheritance
JobOperationsExtensions

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