Compartilhar via


IScheduleOperations Interface

Definição

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

public interface IScheduleOperations
type IScheduleOperations = interface
Public Interface IScheduleOperations

Métodos

CreateAsync(String, ScheduleCreateParameters, CancellationToken)

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

DeleteAsync(String, String, CancellationToken)

Exclua a agenda identificada pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

GetAsync(String, String, CancellationToken)

Recupere o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

ListAsync(String, CancellationToken)

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

ListNextAsync(String, CancellationToken)

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

UpdateAsync(String, ScheduleUpdateParameters, CancellationToken)

Atualize o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

Métodos de Extensão

Create(IScheduleOperations, String, ScheduleCreateParameters)

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

CreateAsync(IScheduleOperations, String, ScheduleCreateParameters)

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

Delete(IScheduleOperations, String, String)

Exclua a agenda identificada pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

DeleteAsync(IScheduleOperations, String, String)

Exclua a agenda identificada pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

Get(IScheduleOperations, String, String)

Recupere o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

GetAsync(IScheduleOperations, String, String)

Recupere o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

List(IScheduleOperations, String)

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

ListAsync(IScheduleOperations, String)

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

ListNext(IScheduleOperations, String)

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

ListNextAsync(IScheduleOperations, String)

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

Update(IScheduleOperations, String, ScheduleUpdateParameters)

Atualize o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

UpdateAsync(IScheduleOperations, String, ScheduleUpdateParameters)

Atualize o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

Aplica-se a