JobScheduleOperationsExtensions Class

Definition

Extension methods for JobScheduleOperations.

public static class JobScheduleOperationsExtensions
type JobScheduleOperationsExtensions = class
Public Module JobScheduleOperationsExtensions
Inheritance
JobScheduleOperationsExtensions

Methods

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

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

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

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

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
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