Compartilhar via


IJobScheduleOperations Interface

Definição

Operações jobScheduleOperations.

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

Métodos

CreateAsync(String, String, JobScheduleCreateParameters, CancellationToken)

Operações jobScheduleOperations.

CreateWithHttpMessagesAsync(String, String, Guid, JobScheduleCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Crie uma agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(String, String, Guid, CancellationToken)

Operações jobScheduleOperations.

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

Exclua o agendamento de trabalho identificado pelo nome do agendamento de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(String, String, Guid, CancellationToken)

Operações jobScheduleOperations.

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

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListAsync(String, String, CancellationToken)

Operações jobScheduleOperations.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Recupere uma lista de agendas de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<JobSchedule>, Dictionary<String,List<String>>, CancellationToken)

Recupere uma lista de agendas de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNextAsync(String, CancellationToken)

Operações jobScheduleOperations.

Métodos de Extensão

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

Operações jobScheduleOperations.

Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

Crie uma agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

Operações jobScheduleOperations.

CreateAsync(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters, CancellationToken)

Crie uma agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

Delete(IJobScheduleOperations, String, String, Guid)

Exclua o agendamento de trabalho identificado pelo nome do agendamento de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(IJobScheduleOperations, String, String, Guid)

Operações jobScheduleOperations.

DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

Exclua o agendamento de trabalho identificado pelo nome do agendamento de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

Get(IJobScheduleOperations, String, String, Guid)

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(IJobScheduleOperations, String, String, Guid)

Operações jobScheduleOperations.

GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

List(IJobScheduleOperations, String, String)

Operações jobScheduleOperations.

ListAsync(IJobScheduleOperations, String, String)

Operações jobScheduleOperations.

ListByAutomationAccount(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>)

Recupere uma lista de agendas de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountAsync(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>, CancellationToken)

Recupere uma lista de agendas de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNext(IJobScheduleOperations, String)

Recupere uma lista de agendas de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNextAsync(IJobScheduleOperations, String, CancellationToken)

Recupere uma lista de agendas de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNext(IJobScheduleOperations, String)

Operações jobScheduleOperations.

ListNextAsync(IJobScheduleOperations, String)

Operações jobScheduleOperations.

Aplica-se a