次の方法で共有


SchedulesOperationsExtensions クラス

定義

SchedulesOperations の拡張メソッド。

public static class SchedulesOperationsExtensions
type SchedulesOperationsExtensions = class
Public Module SchedulesOperationsExtensions
継承
SchedulesOperationsExtensions

メソッド

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)

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

適用対象