IScheduleOperations Interface
Service operation for automation schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAsync(String, ScheduleCreateParameters, CancellationToken) | Create a schedule. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information) |
![]() | DeleteAsync(String, String, CancellationToken) | Delete the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information) |
![]() | GetAsync(String, String, CancellationToken) | Retrieve the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information) |
![]() | ListAsync(String, CancellationToken) | Retrieve a list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information) |
![]() | ListNextAsync(String, CancellationToken) | Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information) |
![]() | UpdateAsync(String, ScheduleUpdateParameters, CancellationToken) | Update the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information) |
| Name | Description | |
|---|---|---|
![]() | Create(String, ScheduleCreateParameters) | Create a schedule. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | CreateAsync(String, ScheduleCreateParameters) | Create a schedule. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | Delete(String, String) | Delete the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | DeleteAsync(String, String) | Delete the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | Get(String, String) | Retrieve the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | GetAsync(String, String) | Retrieve the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | List(String) | Retrieve a list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | ListAsync(String) | Retrieve a list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | ListNext(String) | Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | ListNextAsync(String) | Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | Update(String, ScheduleUpdateParameters) | Update the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
![]() | UpdateAsync(String, ScheduleUpdateParameters) | Update the schedule identified by schedule name. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)(Defined by ScheduleOperationsExtensions.) |
