IJobScheduleOperations 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.
Service operation for automation job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)
public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations
Methods
CreateAsync(String, JobScheduleCreateParameters, CancellationToken) |
Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information) |
DeleteAsync(String, Guid, CancellationToken) |
Delete the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information) |
GetAsync(String, Guid, CancellationToken) |
Retrieve the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information) |
ListAsync(String, CancellationToken) |
Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information) |
ListNextAsync(String, CancellationToken) |
Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information) |
Extension Methods
Applies to
Azure SDK for .NET