IJobOperations Members

The following tables list the members exposed by the IJobOperations type.

Public Methods

(see also Extension Methods)

  Name Description
CreateAsync Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required.
CreateOrUpdateAsync Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified.
DeleteAsync Deletes a job.
GetAsync Get the definition and status of a job.
GetHistoryAsync Get the execution history of a Job.
GetHistoryWithFilterAsync Get the execution history of a Job with a filter on the job Status.
ListAsync Get the list of all jobs in a job collection.
ListWithFilterAsync Get the list of jobs in a job collection matching a filter on job state.
UpdateJobCollectionStateAsync Update the state of all jobs in a job collections.
UpdateStateAsync Update the state of a job.

Top

Extension Methods

  Name Description
Create  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.)
CreateAsync  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.)
CreateOrUpdate  Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified. (Defined by JobOperationsExtensions.)
CreateOrUpdateAsync  Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified. (Defined by JobOperationsExtensions.)
Delete  Deletes a job. (Defined by JobOperationsExtensions.)
DeleteAsync  Deletes a job. (Defined by JobOperationsExtensions.)
Get  Get the definition and status of a job. (Defined by JobOperationsExtensions.)
GetAsync  Get the definition and status of a job. (Defined by JobOperationsExtensions.)
GetHistory  Get the execution history of a Job. (Defined by JobOperationsExtensions.)
GetHistoryAsync  Get the execution history of a Job. (Defined by JobOperationsExtensions.)
GetHistoryWithFilter  Get the execution history of a Job with a filter on the job Status. (Defined by JobOperationsExtensions.)
GetHistoryWithFilterAsync  Get the execution history of a Job with a filter on the job Status. (Defined by JobOperationsExtensions.)
List  Get the list of all jobs in a job collection. (Defined by JobOperationsExtensions.)
ListAsync  Get the list of all jobs in a job collection. (Defined by JobOperationsExtensions.)
ListWithFilter  Get the list of jobs in a job collection matching a filter on job state. (Defined by JobOperationsExtensions.)
ListWithFilterAsync  Get the list of jobs in a job collection matching a filter on job state. (Defined by JobOperationsExtensions.)
UpdateJobCollectionState  Update the state of all jobs in a job collections. (Defined by JobOperationsExtensions.)
UpdateJobCollectionStateAsync  Update the state of all jobs in a job collections. (Defined by JobOperationsExtensions.)
UpdateState  Update the state of a job. (Defined by JobOperationsExtensions.)
UpdateStateAsync  Update the state of a job. (Defined by JobOperationsExtensions.)

Top

See Also

Reference

IJobOperations Interface
Microsoft.WindowsAzure.Scheduler Namespace