ScheduleOperationsExtensions Class

Definition

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

Methods

Create(IScheduleOperations, String, ScheduleCreateParameters)

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

CreateAsync(IScheduleOperations, String, ScheduleCreateParameters)

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

Delete(IScheduleOperations, String, String)

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

DeleteAsync(IScheduleOperations, String, String)

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

Get(IScheduleOperations, String, String)

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

GetAsync(IScheduleOperations, String, String)

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

List(IScheduleOperations, String)

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

ListAsync(IScheduleOperations, String)

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

ListNext(IScheduleOperations, String)

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)

ListNextAsync(IScheduleOperations, String)

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)

Update(IScheduleOperations, String, ScheduleUpdateParameters)

Update the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)

UpdateAsync(IScheduleOperations, String, ScheduleUpdateParameters)

Update the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)

Applies to