Compartilhar via


ScheduleOperationsExtensions Classe

Definição

public static class ScheduleOperationsExtensions
type ScheduleOperationsExtensions = class
Public Module ScheduleOperationsExtensions
Herança
ScheduleOperationsExtensions

Métodos

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 o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

DeleteAsync(IScheduleOperations, String, String)

Exclua o agendamento identificado 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