JobScheduleOperations.EnableJobSchedule メソッド

定義

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

public void EnableJobSchedule (string jobScheduleId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.EnableJobSchedule : string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub EnableJobSchedule (jobScheduleId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

jobScheduleId
String

ジョブ スケジュールの ID。

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

注釈

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください EnableJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象