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
CreateAsync(String, ScheduleCreateParameters, CancellationToken)

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

DeleteAsync(String, String, CancellationToken)

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

GetAsync(String, String, CancellationToken)

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

ListAsync(String, CancellationToken)

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

ListNextAsync(String, CancellationToken)

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

UpdateAsync(String, ScheduleUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
Create(String, ScheduleCreateParameters)

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

CreateAsync(String, ScheduleCreateParameters)

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

Delete(String, String)

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

DeleteAsync(String, String)

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

Get(String, String)

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

GetAsync(String, String)

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

List(String)

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

ListAsync(String)

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

ListNext(String)

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

ListNextAsync(String)

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

Update(String, ScheduleUpdateParameters)

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

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