IScheduleOperations Interface

Definition

ScheduleOperations operations.

public interface IScheduleOperations
type IScheduleOperations = interface
Public Interface IScheduleOperations

Methods

CreateOrUpdateAsync(String, String, ScheduleCreateOrUpdateParameters, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, String, ScheduleCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

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

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

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

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

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

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

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

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

ListNextAsync(String, CancellationToken)
PatchAsync(String, String, SchedulePatchParameters, CancellationToken)
UpdateWithHttpMessagesAsync(String, String, String, ScheduleUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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