ScheduleOperationsExtensions Methods

 

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

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)

Return to top
Show: