JobOperationsExtensions Members
The following tables list the members exposed by the JobOperationsExtensions type.
Public 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. | |
CreateAsync | Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required. | |
CreateOrUpdate | Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified. | |
CreateOrUpdateAsync | Creates a new Job with a user-provided job id, or updates an existing job, replacing its definition with that specified. | |
Delete | Deletes a job. | |
DeleteAsync | Deletes a job. | |
Get | Get the definition and status of a job. | |
GetAsync | Get the definition and status of a job. | |
GetHistory | Get the execution history of a Job. | |
GetHistoryAsync | Get the execution history of a Job. | |
GetHistoryWithFilter | Get the execution history of a Job with a filter on the job Status. | |
GetHistoryWithFilterAsync | Get the execution history of a Job with a filter on the job Status. | |
List | Get the list of all jobs in a job collection. | |
ListAsync | Get the list of all jobs in a job collection. | |
ListWithFilter | Get the list of jobs in a job collection matching a filter on job state. | |
ListWithFilterAsync | Get the list of jobs in a job collection matching a filter on job state. | |
UpdateJobCollectionState | Update the state of all jobs in a job collections. | |
UpdateJobCollectionStateAsync | Update the state of all jobs in a job collections. | |
UpdateState | Update the state of a job. | |
UpdateStateAsync | Update the state of a job. |
Top
See Also
Reference
JobOperationsExtensions Class
Microsoft.WindowsAzure.Scheduler Namespace