你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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