JobsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for JobsOperations.
public static class JobsOperationsExtensions
type JobsOperationsExtensions = class
Public Module JobsOperationsExtensions
- Inheritance
-
JobsOperationsExtensions
Methods
BeginCancel(IJobsOperations, String, String, String, String) |
Cancels a job on the device. |
BeginCancelAsync(IJobsOperations, String, String, String, String, CancellationToken) |
Cancels a job on the device. |
Cancel(IJobsOperations, String, String, String, String) |
Cancels a job on the device. |
CancelAsync(IJobsOperations, String, String, String, String, CancellationToken) |
Cancels a job on the device. |
Get(IJobsOperations, String, String, String, String) |
Gets the details of the specified job name. |
GetAsync(IJobsOperations, String, String, String, String, CancellationToken) |
Gets the details of the specified job name. |
ListByDevice(IJobsOperations, String, String, String, ODataQuery<JobFilter>) |
Gets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs is returned. |
ListByDeviceAsync(IJobsOperations, String, String, String, ODataQuery<JobFilter>, CancellationToken) |
Gets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs is returned. |
ListByDeviceNext(IJobsOperations, String) |
Gets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs is returned. |
ListByDeviceNextAsync(IJobsOperations, String, CancellationToken) |
Gets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs is returned. |
ListByManager(IJobsOperations, String, String, ODataQuery<JobFilter>) |
Gets all the jobs for the specified manager. With optional OData query parameters, a filtered set of jobs is returned. |
ListByManagerAsync(IJobsOperations, String, String, ODataQuery<JobFilter>, CancellationToken) |
Gets all the jobs for the specified manager. With optional OData query parameters, a filtered set of jobs is returned. |
ListByManagerNext(IJobsOperations, String) |
Gets all the jobs for the specified manager. With optional OData query parameters, a filtered set of jobs is returned. |
ListByManagerNextAsync(IJobsOperations, String, CancellationToken) |
Gets all the jobs for the specified manager. With optional OData query parameters, a filtered set of jobs is returned. |