Share via


IScheduleOperations Interface

 

Service operation for automation schedules. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

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

Syntax

public interface IScheduleOperations
public interface class IScheduleOperations
type IScheduleOperations = interface end
Public Interface IScheduleOperations

Methods

Name Description
System_CAPS_pubmethod CreateAsync(String, ScheduleCreateParameters, CancellationToken)

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

System_CAPS_pubmethod DeleteAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

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

System_CAPS_pubmethod UpdateAsync(String, ScheduleUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(String, ScheduleCreateParameters)

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

System_CAPS_pubmethod CreateAsync(String, ScheduleCreateParameters)

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

System_CAPS_pubmethod Delete(String, String)

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

System_CAPS_pubmethod DeleteAsync(String, String)

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

System_CAPS_pubmethod Get(String, String)

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

System_CAPS_pubmethod GetAsync(String, String)

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

System_CAPS_pubmethod List(String)

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

System_CAPS_pubmethod ListAsync(String)

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

System_CAPS_pubmethod ListNext(String)

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

System_CAPS_pubmethod ListNextAsync(String)

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

System_CAPS_pubmethod Update(String, ScheduleUpdateParameters)

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

System_CAPS_pubmethod UpdateAsync(String, ScheduleUpdateParameters)

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top