IJobScheduleOperations Interface

Definition

JobScheduleOperations operations.

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

Methods

CreateAsync(String, String, JobScheduleCreateParameters, CancellationToken)
CreateWithHttpMessagesAsync(String, String, Guid, JobScheduleCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Create a job schedule. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(String, String, Guid, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

Delete the job schedule identified by job schedule name. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(String, String, Guid, CancellationToken)
GetWithHttpMessagesAsync(String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

Retrieve the job schedule identified by job schedule name. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListAsync(String, String, CancellationToken)
ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<JobSchedule>, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNextAsync(String, CancellationToken)

Extension Methods

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

Create a job schedule. http://aka.ms/azureautomationsdk/jobscheduleoperations

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
CreateAsync(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters, CancellationToken)

Create a job schedule. http://aka.ms/azureautomationsdk/jobscheduleoperations

Delete(IJobScheduleOperations, String, String, Guid)

Delete the job schedule identified by job schedule name. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(IJobScheduleOperations, String, String, Guid)
DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

Delete the job schedule identified by job schedule name. http://aka.ms/azureautomationsdk/jobscheduleoperations

Get(IJobScheduleOperations, String, String, Guid)

Retrieve the job schedule identified by job schedule name. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(IJobScheduleOperations, String, String, Guid)
GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

Retrieve the job schedule identified by job schedule name. http://aka.ms/azureautomationsdk/jobscheduleoperations

List(IJobScheduleOperations, String, String)
ListAsync(IJobScheduleOperations, String, String)
ListByAutomationAccount(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>)

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountAsync(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>, CancellationToken)

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNext(IJobScheduleOperations, String)

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNextAsync(IJobScheduleOperations, String, CancellationToken)

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNext(IJobScheduleOperations, String)
ListNextAsync(IJobScheduleOperations, String)

Applies to