Share via


IJobScheduleOperations Interface

 

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

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

Syntax

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

Methods

Name Description
CreateAsync(String, JobScheduleCreateParameters, CancellationToken)

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

DeleteAsync(String, Guid, CancellationToken)

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

GetAsync(String, Guid, CancellationToken)

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

ListAsync(String, CancellationToken)

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

ListNextAsync(String, CancellationToken)

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

Extension Methods

Name Description
Create(String, JobScheduleCreateParameters)

Create a job schedule. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

CreateAsync(String, JobScheduleCreateParameters)

Create a job schedule. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

Delete(String, Guid)

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

DeleteAsync(String, Guid)

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

Get(String, Guid)

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

GetAsync(String, Guid)

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

List(String)

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

ListAsync(String)

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

ListNext(String)

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

ListNextAsync(String)

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top