JobScheduleOperations.TerminateJobSchedule メソッド

定義

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

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

パラメーター

jobScheduleId
String

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

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

終了操作は、ジョブ スケジュールを終了することを要求します。 要求により、スケジュールが状態になります Terminating 。 Batch サービスは、アクティブなジョブが終了するまで待機し、クライアントアクションを追加せずに実際のジョブ スケジュールの終了を実行します。

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

適用対象