次の方法で共有


ISchedulesOperations インターフェイス

定義

SchedulesOperations 操作。

public interface ISchedulesOperations
type ISchedulesOperations = interface
Public Interface ISchedulesOperations

メソッド

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

スケジュール リソースを削除します。

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

ラボ スケジュールを作成または更新します。

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

スケジュール リソースを削除します。

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

ラボのスケジュールを取得します。

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

ラボのすべてのスケジュールを取得します。

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

ラボのすべてのスケジュールを取得します。

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

ラボのスケジュールを更新します。

拡張メソッド

BeginDelete(ISchedulesOperations, String, String, String)

スケジュール リソースを削除します。

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

スケジュール リソースを削除します。

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

ラボ スケジュールを作成または更新します。

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

ラボ スケジュールを作成または更新します。

Delete(ISchedulesOperations, String, String, String)

スケジュール リソースを削除します。

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

スケジュール リソースを削除します。

Get(ISchedulesOperations, String, String, String)

ラボのスケジュールを取得します。

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

ラボのスケジュールを取得します。

ListByLab(ISchedulesOperations, String, String, String)

ラボのすべてのスケジュールを取得します。

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

ラボのすべてのスケジュールを取得します。

ListByLabNext(ISchedulesOperations, String)

ラボのすべてのスケジュールを取得します。

ListByLabNextAsync(ISchedulesOperations, String, CancellationToken)

ラボのすべてのスケジュールを取得します。

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

ラボのスケジュールを更新します。

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

ラボのスケジュールを更新します。

適用対象