ScheduleOperationsExtensions Class

Definition

Extension methods for ScheduleOperations.

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

Methods

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)
CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

Create a schedule. http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)
CreateOrUpdateAsync(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

Create a schedule. http://aka.ms/azureautomationsdk/scheduleoperations

Delete(IScheduleOperations, String, String, String)

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

DeleteAsync(IScheduleOperations, String, String, String)
DeleteAsync(IScheduleOperations, String, String, String, CancellationToken)

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

Get(IScheduleOperations, String, String, String)

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

GetAsync(IScheduleOperations, String, String, String)
GetAsync(IScheduleOperations, String, String, String, CancellationToken)

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

List(IScheduleOperations, String, String)
ListAsync(IScheduleOperations, String, String)
ListByAutomationAccount(IScheduleOperations, String, String)

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

ListByAutomationAccountAsync(IScheduleOperations, String, String, CancellationToken)

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

ListByAutomationAccountNext(IScheduleOperations, String)

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

ListByAutomationAccountNextAsync(IScheduleOperations, String, CancellationToken)

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

ListNext(IScheduleOperations, String)
ListNextAsync(IScheduleOperations, String)
Patch(IScheduleOperations, String, String, SchedulePatchParameters)
PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)
Update(IScheduleOperations, String, String, String, ScheduleUpdateParameters)

Update the schedule identified by schedule name. http://aka.ms/azureautomationsdk/scheduleoperations

UpdateAsync(IScheduleOperations, String, String, String, ScheduleUpdateParameters, CancellationToken)

Update the schedule identified by schedule name. http://aka.ms/azureautomationsdk/scheduleoperations

Applies to