ScheduleOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public static class ScheduleOperationsExtensions
type ScheduleOperationsExtensions = class
Public Module ScheduleOperationsExtensions
Inheritance
System.Object
ScheduleOperationsExtensions
Methods
CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)
Create a schedule. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)
Create a schedule. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
Delete(IScheduleOperations, String, String, String)
Delete the schedule identified by schedule name. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
DeleteAsync(IScheduleOperations, String, String, String)
Delete the schedule identified by schedule name. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
Get(IScheduleOperations, String, String, String)
Retrieve the schedule identified by schedule name. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
GetAsync(IScheduleOperations, String, String, String)
Retrieve the schedule identified by schedule name. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
List(IScheduleOperations, String, String)
Retrieve a list of schedules. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
ListAsync(IScheduleOperations, String, 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)
Patch(IScheduleOperations, String, String, SchedulePatchParameters)
Update the schedule identified by schedule name. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)
Update the schedule identified by schedule name. (see
http://aka.ms/azureautomationsdk/scheduleoperations for more
information)
Applies to