BatchJobUpdateContent.OnAllTasksComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.OnAllBatchTasksComplete? OnAllTasksComplete { get; set; }
member this.OnAllTasksComplete : Nullable<Azure.Compute.Batch.OnAllBatchTasksComplete> with get, set
Public Property OnAllTasksComplete As Nullable(Of OnAllBatchTasksComplete)
Property Value
Applies to
Azure SDK for .NET