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

BatchJob.AllTasksCompleteMode Property

Definition

The action the Batch service should take when all Tasks in the Job are in the completed state. The default is noaction.

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