JobScheduleOperationsExtensions クラス

定義

JobScheduleOperations の拡張メソッド。

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

メソッド

Add(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions)

指定したアカウントにジョブ スケジュールを追加します。

AddAsync(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions, CancellationToken)

指定したアカウントにジョブ スケジュールを追加します。

Delete(IJobScheduleOperations, String, JobScheduleDeleteOptions)

指定したアカウントからジョブ スケジュールを削除します。

DeleteAsync(IJobScheduleOperations, String, JobScheduleDeleteOptions, CancellationToken)

指定したアカウントからジョブ スケジュールを削除します。

Disable(IJobScheduleOperations, String, JobScheduleDisableOptions)

ジョブ スケジュールを無効にします。

DisableAsync(IJobScheduleOperations, String, JobScheduleDisableOptions, CancellationToken)

ジョブ スケジュールを無効にします。

Enable(IJobScheduleOperations, String, JobScheduleEnableOptions)

ジョブ スケジュールを有効にします。

EnableAsync(IJobScheduleOperations, String, JobScheduleEnableOptions, CancellationToken)

ジョブ スケジュールを有効にします。

Exists(IJobScheduleOperations, String, JobScheduleExistsOptions)

指定したジョブ スケジュールが存在するかどうかを確認します。

ExistsAsync(IJobScheduleOperations, String, JobScheduleExistsOptions, CancellationToken)

指定したジョブ スケジュールが存在するかどうかを確認します。

Get(IJobScheduleOperations, String, JobScheduleGetOptions)

指定したジョブ スケジュールに関する情報を取得します。

GetAsync(IJobScheduleOperations, String, JobScheduleGetOptions, CancellationToken)

指定したジョブ スケジュールに関する情報を取得します。

List(IJobScheduleOperations, JobScheduleListOptions)

指定したアカウント内のすべてのジョブ スケジュールを一覧表示します。

ListAsync(IJobScheduleOperations, JobScheduleListOptions, CancellationToken)

指定したアカウント内のすべてのジョブ スケジュールを一覧表示します。

ListNext(IJobScheduleOperations, String, JobScheduleListNextOptions)

指定したアカウント内のすべてのジョブ スケジュールを一覧表示します。

ListNextAsync(IJobScheduleOperations, String, JobScheduleListNextOptions, CancellationToken)

指定したアカウント内のすべてのジョブ スケジュールを一覧表示します。

Patch(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions)

指定したジョブ スケジュールのプロパティを更新します。

PatchAsync(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions, CancellationToken)

指定したジョブ スケジュールのプロパティを更新します。

Terminate(IJobScheduleOperations, String, JobScheduleTerminateOptions)

ジョブ スケジュールを終了します。

TerminateAsync(IJobScheduleOperations, String, JobScheduleTerminateOptions, CancellationToken)

ジョブ スケジュールを終了します。

Update(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions)

指定したジョブ スケジュールのプロパティを更新します。

UpdateAsync(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, CancellationToken)

指定したジョブ スケジュールのプロパティを更新します。

適用対象