JobScheduleOperations クラス

定義

Azure Batchジョブ スケジュールに対して操作を実行します。

public class JobScheduleOperations : Microsoft.Azure.Batch.IInheritedBehaviors
type JobScheduleOperations = class
    interface IInheritedBehaviors
Public Class JobScheduleOperations
Implements IInheritedBehaviors
継承
JobScheduleOperations
実装

プロパティ

CustomBehaviors

この JobScheduleOperationsを使用して行われた Batch サービスに対する要求を変更またはカスタマイズする動作の一覧を取得または設定します。

メソッド

CreateJobSchedule()

非連結で、Batch サービス内のジョブ スケジュールとの整合性関係がない CloudJobSchedule のインスタンスを作成します。

CreateJobSchedule(String, Schedule, JobSpecification)

非連結で、Batch サービス内のジョブ スケジュールとの整合性関係がない CloudJobSchedule のインスタンスを作成します。

DeleteJobSchedule(String, IEnumerable<BatchClientBehavior>)

指定したジョブ スケジュールを削除します。

DeleteJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

指定したジョブ スケジュールを削除します。

DisableJobSchedule(String, IEnumerable<BatchClientBehavior>)

指定したジョブ スケジュールを無効にします。 無効なスケジュールでは新しいジョブは作成されませんが、後で再度有効にすることもできます。

DisableJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

指定したジョブ スケジュールを無効にします。 無効なスケジュールでは新しいジョブは作成されませんが、後で再度有効にすることもできます。

EnableJobSchedule(String, IEnumerable<BatchClientBehavior>)

指定したジョブ スケジュールを有効にし、その Scheduleに従ってジョブを作成できるようにします。

EnableJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

指定したジョブ スケジュールを有効にし、その Scheduleに従ってジョブを作成できるようにします。

GetJobSchedule(String, DetailLevel, IEnumerable<BatchClientBehavior>)

指定した CloudJobSchedule を取得します。

GetJobScheduleAsync(String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken)

指定した CloudJobSchedule を取得します。

ListJobs(String, DetailLevel, IEnumerable<BatchClientBehavior>)

指定した ジョブ スケジュールで作成されたジョブを列挙します。

ListJobSchedules(DetailLevel, IEnumerable<BatchClientBehavior>)

Batch アカウントの ジョブ スケジュール を列挙します。

TerminateJobSchedule(String, IEnumerable<BatchClientBehavior>)

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

TerminateJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

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

適用対象

こちらもご覧ください