ScheduleOperationsExtensions クラス

定義

ScheduleOperations の拡張メソッド。

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

メソッド

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

ScheduleOperations の拡張メソッド。

CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

スケジュールを作成します。 http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

ScheduleOperations の拡張メソッド。

CreateOrUpdateAsync(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

スケジュールを作成します。 http://aka.ms/azureautomationsdk/scheduleoperations

Delete(IScheduleOperations, String, String, String)

スケジュール名で識別されるスケジュールを削除します。 http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(IScheduleOperations, String, String, String)

ScheduleOperations の拡張メソッド。

DeleteAsync(IScheduleOperations, String, String, String, CancellationToken)

スケジュール名で識別されるスケジュールを削除します。 http://aka.ms/azureautomationsdk/scheduleoperations

Get(IScheduleOperations, String, String, String)

スケジュール名で識別されるスケジュールを取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(IScheduleOperations, String, String, String)

ScheduleOperations の拡張メソッド。

GetAsync(IScheduleOperations, String, String, String, CancellationToken)

スケジュール名で識別されるスケジュールを取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

List(IScheduleOperations, String, String)

ScheduleOperations の拡張メソッド。

ListAsync(IScheduleOperations, String, String)

ScheduleOperations の拡張メソッド。

ListByAutomationAccount(IScheduleOperations, String, String)

スケジュールの一覧を取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountAsync(IScheduleOperations, String, String, CancellationToken)

スケジュールの一覧を取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNext(IScheduleOperations, String)

スケジュールの一覧を取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNextAsync(IScheduleOperations, String, CancellationToken)

スケジュールの一覧を取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

ListNext(IScheduleOperations, String)

ScheduleOperations の拡張メソッド。

ListNextAsync(IScheduleOperations, String)

ScheduleOperations の拡張メソッド。

Patch(IScheduleOperations, String, String, SchedulePatchParameters)

ScheduleOperations の拡張メソッド。

PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)

ScheduleOperations の拡張メソッド。

Update(IScheduleOperations, String, String, String, ScheduleUpdateParameters)

スケジュール名で識別されるスケジュールを更新します。 http://aka.ms/azureautomationsdk/scheduleoperations

UpdateAsync(IScheduleOperations, String, String, String, ScheduleUpdateParameters, CancellationToken)

スケジュール名で識別されるスケジュールを更新します。 http://aka.ms/azureautomationsdk/scheduleoperations

適用対象