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