Share via


BatchJobUpdateOptions.AllTasksCompleteMode Property

Definition

The action the Batch service should take when all Tasks in the Job are in the completed state. If omitted, the completion behavior is left unchanged. You may not change the value from terminatejob to noaction - that is, once you have engaged automatic Job termination, you cannot turn it off again. If you try to do this, the request fails with an 'invalid property value' error response; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

public Azure.Compute.Batch.BatchAllTasksCompleteMode? AllTasksCompleteMode { get; set; }
member this.AllTasksCompleteMode : Nullable<Azure.Compute.Batch.BatchAllTasksCompleteMode> with get, set
Public Property AllTasksCompleteMode As Nullable(Of BatchAllTasksCompleteMode)

Property Value

Applies to