Partilhar via


ISchedulesOperations Interface

Definição

Operações SchedulesOperations.

public interface ISchedulesOperations
type ISchedulesOperations = interface
Public Interface ISchedulesOperations

Métodos

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

Exclui um recurso de agendamento.

CreateOrUpdateWithHttpMessagesAsync(Schedule, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Criar ou atualizar um agendamento de laboratório.

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

Exclui um recurso de agendamento.

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

Obter um agendamento de laboratório.

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

Obtenha todas as agendas de um laboratório.

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

Obtenha todas as agendas de um laboratório.

UpdateWithHttpMessagesAsync(ScheduleUpdate, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Atualizar um agendamento de laboratório.

Métodos de Extensão

BeginDelete(ISchedulesOperations, String, String, String)

Exclui um recurso de agendamento.

BeginDeleteAsync(ISchedulesOperations, String, String, String, CancellationToken)

Exclui um recurso de agendamento.

CreateOrUpdate(ISchedulesOperations, Schedule, String, String, String)

Criar ou atualizar um agendamento de laboratório.

CreateOrUpdateAsync(ISchedulesOperations, Schedule, String, String, String, CancellationToken)

Criar ou atualizar um agendamento de laboratório.

Delete(ISchedulesOperations, String, String, String)

Exclui um recurso de agendamento.

DeleteAsync(ISchedulesOperations, String, String, String, CancellationToken)

Exclui um recurso de agendamento.

Get(ISchedulesOperations, String, String, String)

Obter um agendamento de laboratório.

GetAsync(ISchedulesOperations, String, String, String, CancellationToken)

Obter um agendamento de laboratório.

ListByLab(ISchedulesOperations, String, String, String)

Obtenha todas as agendas de um laboratório.

ListByLabAsync(ISchedulesOperations, String, String, String, CancellationToken)

Obtenha todas as agendas de um laboratório.

ListByLabNext(ISchedulesOperations, String)

Obtenha todas as agendas de um laboratório.

ListByLabNextAsync(ISchedulesOperations, String, CancellationToken)

Obtenha todas as agendas de um laboratório.

Update(ISchedulesOperations, ScheduleUpdate, String, String, String)

Atualizar um agendamento de laboratório.

UpdateAsync(ISchedulesOperations, ScheduleUpdate, String, String, String, CancellationToken)

Atualizar um agendamento de laboratório.

Aplica-se a