共用方式為


ISchedulesOperations Interface

Definition

SchedulesOperations operations.

public interface ISchedulesOperations
type ISchedulesOperations = interface
Public Interface ISchedulesOperations

Methods

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

Deletes a schedule resource.

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

Create or update a lab schedule.

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

Deletes a schedule resource.

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

Get a lab Schedule.

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

Get all schedules for a lab.

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

Get all schedules for a lab.

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

Update a lab schedule.

Extension Methods

BeginDelete(ISchedulesOperations, String, String, String)

Deletes a schedule resource.

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

Deletes a schedule resource.

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

Create or update a lab schedule.

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

Create or update a lab schedule.

Delete(ISchedulesOperations, String, String, String)

Deletes a schedule resource.

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

Deletes a schedule resource.

Get(ISchedulesOperations, String, String, String)

Get a lab Schedule.

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

Get a lab Schedule.

ListByLab(ISchedulesOperations, String, String, String)

Get all schedules for a lab.

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

Get all schedules for a lab.

ListByLabNext(ISchedulesOperations, String)

Get all schedules for a lab.

ListByLabNextAsync(ISchedulesOperations, String, CancellationToken)

Get all schedules for a lab.

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

Update a lab schedule.

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

Update a lab schedule.

Applies to