IJobOperations Interface

 

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Public Interface IJobOperations

NameDescription
System_CAPS_pubmethodCreateAsync(JobCreateParameters, CancellationToken)

Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required.

System_CAPS_pubmethodCreateOrUpdateAsync(String, JobCreateOrUpdateParameters, CancellationToken)

Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified.

System_CAPS_pubmethodDeleteAsync(String, CancellationToken)

Deletes a job.

System_CAPS_pubmethodGetAsync(String, CancellationToken)

Get the definition and status of a job.

System_CAPS_pubmethodGetHistoryAsync(String, JobGetHistoryParameters, CancellationToken)

Get the execution history of a Job.

System_CAPS_pubmethodGetHistoryWithFilterAsync(String, JobGetHistoryWithFilterParameters, CancellationToken)

Get the execution history of a Job with a filter on the job Status.

System_CAPS_pubmethodListAsync(JobListParameters, CancellationToken)

Get the list of all jobs in a job collection.

System_CAPS_pubmethodListWithFilterAsync(JobListWithFilterParameters, CancellationToken)

Get the list of jobs in a job collection matching a filter on job state.

System_CAPS_pubmethodUpdateJobCollectionStateAsync(JobCollectionJobsUpdateStateParameters, CancellationToken)

Update the state of all jobs in a job collections.

System_CAPS_pubmethodUpdateStateAsync(String, JobUpdateStateParameters, CancellationToken)

Update the state of a job.

NameDescription
System_CAPS_pubmethodCreate(JobCreateParameters)

Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(JobCreateParameters)

Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodCreateOrUpdate(String, JobCreateOrUpdateParameters)

Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodCreateOrUpdateAsync(String, JobCreateOrUpdateParameters)

Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodDelete(String)

Deletes a job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String)

Deletes a job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodGet(String)

Get the definition and status of a job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String)

Get the definition and status of a job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodGetHistory(String, JobGetHistoryParameters)

Get the execution history of a Job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodGetHistoryAsync(String, JobGetHistoryParameters)

Get the execution history of a Job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodGetHistoryWithFilter(String, JobGetHistoryWithFilterParameters)

Get the execution history of a Job with a filter on the job Status.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodGetHistoryWithFilterAsync(String, JobGetHistoryWithFilterParameters)

Get the execution history of a Job with a filter on the job Status.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodList(JobListParameters)

Get the list of all jobs in a job collection.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodListAsync(JobListParameters)

Get the list of all jobs in a job collection.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodListWithFilter(JobListWithFilterParameters)

Get the list of jobs in a job collection matching a filter on job state.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodListWithFilterAsync(JobListWithFilterParameters)

Get the list of jobs in a job collection matching a filter on job state.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodUpdateJobCollectionState(JobCollectionJobsUpdateStateParameters)

Update the state of all jobs in a job collections.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodUpdateJobCollectionStateAsync(JobCollectionJobsUpdateStateParameters)

Update the state of all jobs in a job collections.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodUpdateState(String, JobUpdateStateParameters)

Update the state of a job.(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodUpdateStateAsync(String, JobUpdateStateParameters)

Update the state of a job.(Defined by JobOperationsExtensions.)

Return to top
Show: