你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchJobSpecification.OnTaskFailure 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 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.OnBatchTaskFailure? OnTaskFailure { get; set; }
member this.OnTaskFailure : Nullable<Azure.Compute.Batch.OnBatchTaskFailure> with get, set
Public Property OnTaskFailure As Nullable(Of OnBatchTaskFailure)