IJobScheduleOperations Interface

Definition

JobScheduleOperations operations.

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

Methods

AddWithHttpMessagesAsync(JobScheduleAddParameter, JobScheduleAddOptions, Dictionary<String,List<String>>, CancellationToken)

Adds a Job Schedule to the specified Account.

DeleteWithHttpMessagesAsync(String, JobScheduleDeleteOptions, Dictionary<String,List<String>>, CancellationToken)

Deletes a Job Schedule from the specified Account.

DisableWithHttpMessagesAsync(String, JobScheduleDisableOptions, Dictionary<String,List<String>>, CancellationToken)

Disables a Job Schedule.

EnableWithHttpMessagesAsync(String, JobScheduleEnableOptions, Dictionary<String,List<String>>, CancellationToken)

Enables a Job Schedule.

ExistsWithHttpMessagesAsync(String, JobScheduleExistsOptions, Dictionary<String,List<String>>, CancellationToken)

Checks the specified Job Schedule exists.

GetWithHttpMessagesAsync(String, JobScheduleGetOptions, Dictionary<String,List<String>>, CancellationToken)

Gets information about the specified Job Schedule.

ListNextWithHttpMessagesAsync(String, JobScheduleListNextOptions, Dictionary<String,List<String>>, CancellationToken)

Lists all of the Job Schedules in the specified Account.

ListWithHttpMessagesAsync(JobScheduleListOptions, Dictionary<String,List<String>>, CancellationToken)

Lists all of the Job Schedules in the specified Account.

PatchWithHttpMessagesAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of the specified Job Schedule.

TerminateWithHttpMessagesAsync(String, JobScheduleTerminateOptions, Dictionary<String,List<String>>, CancellationToken)

Terminates a Job Schedule.

UpdateWithHttpMessagesAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of the specified Job Schedule.

Extension Methods

Add(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions)

Adds a Job Schedule to the specified Account.

AddAsync(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions, CancellationToken)

Adds a Job Schedule to the specified Account.

Delete(IJobScheduleOperations, String, JobScheduleDeleteOptions)

Deletes a Job Schedule from the specified Account.

DeleteAsync(IJobScheduleOperations, String, JobScheduleDeleteOptions, CancellationToken)

Deletes a Job Schedule from the specified Account.

Disable(IJobScheduleOperations, String, JobScheduleDisableOptions)

Disables a Job Schedule.

DisableAsync(IJobScheduleOperations, String, JobScheduleDisableOptions, CancellationToken)

Disables a Job Schedule.

Enable(IJobScheduleOperations, String, JobScheduleEnableOptions)

Enables a Job Schedule.

EnableAsync(IJobScheduleOperations, String, JobScheduleEnableOptions, CancellationToken)

Enables a Job Schedule.

Exists(IJobScheduleOperations, String, JobScheduleExistsOptions)

Checks the specified Job Schedule exists.

ExistsAsync(IJobScheduleOperations, String, JobScheduleExistsOptions, CancellationToken)

Checks the specified Job Schedule exists.

Get(IJobScheduleOperations, String, JobScheduleGetOptions)

Gets information about the specified Job Schedule.

GetAsync(IJobScheduleOperations, String, JobScheduleGetOptions, CancellationToken)

Gets information about the specified Job Schedule.

List(IJobScheduleOperations, JobScheduleListOptions)

Lists all of the Job Schedules in the specified Account.

ListAsync(IJobScheduleOperations, JobScheduleListOptions, CancellationToken)

Lists all of the Job Schedules in the specified Account.

ListNext(IJobScheduleOperations, String, JobScheduleListNextOptions)

Lists all of the Job Schedules in the specified Account.

ListNextAsync(IJobScheduleOperations, String, JobScheduleListNextOptions, CancellationToken)

Lists all of the Job Schedules in the specified Account.

Patch(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions)

Updates the properties of the specified Job Schedule.

PatchAsync(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions, CancellationToken)

Updates the properties of the specified Job Schedule.

Terminate(IJobScheduleOperations, String, JobScheduleTerminateOptions)

Terminates a Job Schedule.

TerminateAsync(IJobScheduleOperations, String, JobScheduleTerminateOptions, CancellationToken)

Terminates a Job Schedule.

Update(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions)

Updates the properties of the specified Job Schedule.

UpdateAsync(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, CancellationToken)

Updates the properties of the specified Job Schedule.

Applies to