Partager via


ISchedulesOperations Interface

Définition

Opérations SchedulesOperations.

public interface ISchedulesOperations
type ISchedulesOperations = interface
Public Interface ISchedulesOperations

Méthodes

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

Supprime une ressource de planification.

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

Créez ou mettez à jour une planification de labo.

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

Supprime une ressource de planification.

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

Obtenez une planification de labo.

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

Obtenez toutes les planifications d’un labo.

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

Obtenez toutes les planifications d’un labo.

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

Mettre à jour une planification de labo.

Méthodes d’extension

BeginDelete(ISchedulesOperations, String, String, String)

Supprime une ressource de planification.

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

Supprime une ressource de planification.

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

Créez ou mettez à jour une planification de labo.

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

Créez ou mettez à jour une planification de labo.

Delete(ISchedulesOperations, String, String, String)

Supprime une ressource de planification.

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

Supprime une ressource de planification.

Get(ISchedulesOperations, String, String, String)

Obtenez une planification de labo.

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

Obtenez une planification de labo.

ListByLab(ISchedulesOperations, String, String, String)

Obtenez toutes les planifications d’un labo.

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

Obtenez toutes les planifications d’un labo.

ListByLabNext(ISchedulesOperations, String)

Obtenez toutes les planifications d’un labo.

ListByLabNextAsync(ISchedulesOperations, String, CancellationToken)

Obtenez toutes les planifications d’un labo.

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

Mettre à jour une planification de labo.

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

Mettre à jour une planification de labo.

S’applique à