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

BatchJobSpecification.TaskFailureMode Property

Definition

The action the Batch service should take when any Task fails in a Job created under this schedule. A Task is considered to have failed if it have failed if has a failureInfo. A failureInfo is set if the Task completes with a non-zero exit code after exhausting its retry count, or if there was an error starting the Task, for example due to a resource file download error. The default is noaction.

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

Property Value

Applies to