JobScheduleOperationsExtensions Class

Definition

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

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