Compartilhar via


IJobScheduleOperations Interface

Definição

Operação de serviço para agendamentos de trabalho de automação. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

Métodos

CreateAsync(String, JobScheduleCreateParameters, CancellationToken)

Crie uma agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

DeleteAsync(String, Guid, CancellationToken)

Exclua a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

GetAsync(String, Guid, CancellationToken)

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

ListAsync(String, CancellationToken)

Recupere uma lista de agendas de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

ListNextAsync(String, CancellationToken)

Recupere a próxima lista de agendas. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

Métodos de Extensão

Create(IJobScheduleOperations, String, JobScheduleCreateParameters)

Crie uma agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

CreateAsync(IJobScheduleOperations, String, JobScheduleCreateParameters)

Crie uma agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

Delete(IJobScheduleOperations, String, Guid)

Exclua a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

DeleteAsync(IJobScheduleOperations, String, Guid)

Exclua a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

Get(IJobScheduleOperations, String, Guid)

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

GetAsync(IJobScheduleOperations, String, Guid)

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

List(IJobScheduleOperations, String)

Recupere uma lista de agendas de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

ListAsync(IJobScheduleOperations, String)

Recupere uma lista de agendas de trabalho. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

ListNext(IJobScheduleOperations, String)

Recupere a próxima lista de agendas. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

ListNextAsync(IJobScheduleOperations, String)

Recupere a próxima lista de agendas. (consulte http://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

Aplica-se a