IScheduleOperations Methods

 

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

NameDescription
System_CAPS_pubmethodCreateAsync(String^, ScheduleCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String^, ScheduleUpdateParameters^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String^, ScheduleCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(String^, ScheduleCreateParameters^)

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

System_CAPS_pubmethodDelete(String^, String^)

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

System_CAPS_pubmethodDeleteAsync(String^, String^)

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

System_CAPS_pubmethodGet(String^, String^)

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

System_CAPS_pubmethodGetAsync(String^, String^)

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

System_CAPS_pubmethodList(String^)

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

System_CAPS_pubmethodListAsync(String^)

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

System_CAPS_pubmethodListNext(String^)

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

System_CAPS_pubmethodListNextAsync(String^)

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

System_CAPS_pubmethodUpdate(String^, ScheduleUpdateParameters^)

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

System_CAPS_pubmethodUpdateAsync(String^, ScheduleUpdateParameters^)

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

Return to top
Show: