ScheduleOperationsExtensions Class

 

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

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

[ExtensionAttribute]
public ref class ScheduleOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IScheduleOperations^, String^, ScheduleCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IScheduleOperations^, String^, ScheduleCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IScheduleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IScheduleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IScheduleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IScheduleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IScheduleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IScheduleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IScheduleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IScheduleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IScheduleOperations^, String^, ScheduleUpdateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IScheduleOperations^, String^, ScheduleUpdateParameters^)

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

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

Return to top
Show: