Share via


ScheduleOperationsExtensions Class

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions

Syntax

public static class ScheduleOperationsExtensions
[ExtensionAttribute]
public ref class ScheduleOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ScheduleOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ScheduleOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IScheduleOperations, String, ScheduleCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IScheduleOperations, String, ScheduleCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IScheduleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IScheduleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IScheduleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IScheduleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IScheduleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IScheduleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IScheduleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IScheduleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IScheduleOperations, String, ScheduleUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IScheduleOperations, String, ScheduleUpdateParameters)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top