JobOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions

public static class JobOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IJobOperations, JobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IJobOperations, JobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateOrUpdate(IJobOperations, String, JobCreateOrUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateOrUpdateAsync(IJobOperations, String, JobCreateOrUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IJobOperations, String)

Deletes a job.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IJobOperations, String)

Deletes a job.

System_CAPS_pubmethodSystem_CAPS_staticGet(IJobOperations, String)

Get the definition and status of a job.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IJobOperations, String)

Get the definition and status of a job.

System_CAPS_pubmethodSystem_CAPS_staticGetHistory(IJobOperations, String, JobGetHistoryParameters)

Get the execution history of a Job.

System_CAPS_pubmethodSystem_CAPS_staticGetHistoryAsync(IJobOperations, String, JobGetHistoryParameters)

Get the execution history of a Job.

System_CAPS_pubmethodSystem_CAPS_staticGetHistoryWithFilter(IJobOperations, String, JobGetHistoryWithFilterParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticGetHistoryWithFilterAsync(IJobOperations, String, JobGetHistoryWithFilterParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IJobOperations, JobListParameters)

Get the list of all jobs in a job collection.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IJobOperations, JobListParameters)

Get the list of all jobs in a job collection.

System_CAPS_pubmethodSystem_CAPS_staticListWithFilter(IJobOperations, JobListWithFilterParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticListWithFilterAsync(IJobOperations, JobListWithFilterParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateJobCollectionState(IJobOperations, JobCollectionJobsUpdateStateParameters)

Update the state of all jobs in a job collections.

System_CAPS_pubmethodSystem_CAPS_staticUpdateJobCollectionStateAsync(IJobOperations, JobCollectionJobsUpdateStateParameters)

Update the state of all jobs in a job collections.

System_CAPS_pubmethodSystem_CAPS_staticUpdateState(IJobOperations, String, JobUpdateStateParameters)

Update the state of a job.

System_CAPS_pubmethodSystem_CAPS_staticUpdateStateAsync(IJobOperations, String, JobUpdateStateParameters)

Update the state of a job.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: