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

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

System_CAPS_pubmethod DeleteAsync(String, Guid, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, Guid, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(String, JobScheduleCreateParameters)

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

System_CAPS_pubmethod CreateAsync(String, JobScheduleCreateParameters)

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

System_CAPS_pubmethod Delete(String, Guid)

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

System_CAPS_pubmethod DeleteAsync(String, Guid)

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

System_CAPS_pubmethod Get(String, Guid)

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

System_CAPS_pubmethod GetAsync(String, Guid)

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

System_CAPS_pubmethod List(String)

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

System_CAPS_pubmethod ListAsync(String)

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

System_CAPS_pubmethod ListNext(String)

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

System_CAPS_pubmethod 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