IJobScheduleOperations Interface

Definition

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

Create(IJobScheduleOperations, String, JobScheduleCreateParameters)

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

CreateAsync(IJobScheduleOperations, String, JobScheduleCreateParameters)

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Delete(IJobScheduleOperations, String, Guid)

Delete the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

DeleteAsync(IJobScheduleOperations, String, Guid)

Delete the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Get(IJobScheduleOperations, String, Guid)

Retrieve the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

GetAsync(IJobScheduleOperations, String, Guid)

Retrieve the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

List(IJobScheduleOperations, String)

Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

ListAsync(IJobScheduleOperations, 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