IJobsOperations Interface
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.
JobsOperations operations.
public interface IJobsOperations
type IJobsOperations = interface
Public Interface IJobsOperations
Methods
Extension Methods
CreateOrUpdate(IJobsOperations, String, String, String, String, Job) |
Creates or updates a job. |
CreateOrUpdateAsync(IJobsOperations, String, String, String, String, Job, CancellationToken) |
Creates or updates a job. |
Delete(IJobsOperations, String, String, String, String) |
Deletes a job. |
DeleteAsync(IJobsOperations, String, String, String, String, CancellationToken) |
Deletes a job. |
Get(IJobsOperations, String, String, String, String) |
Gets a job. |
GetAsync(IJobsOperations, String, String, String, String, CancellationToken) |
Gets a job. |
ListByAgent(IJobsOperations, String, String, String) |
Gets a list of jobs. |
ListByAgentAsync(IJobsOperations, String, String, String, CancellationToken) |
Gets a list of jobs. |
ListByAgentNext(IJobsOperations, String) |
Gets a list of jobs. |
ListByAgentNextAsync(IJobsOperations, String, CancellationToken) |
Gets a list of jobs. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET