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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET