CloudJob.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.
Gets or sets the action the Batch service should take when any task in the job fails.
public Microsoft.Azure.Batch.Common.OnTaskFailure? OnTaskFailure { get; set; }
member this.OnTaskFailure : Nullable<Microsoft.Azure.Batch.Common.OnTaskFailure> with get, set
Public Property OnTaskFailure As Nullable(Of OnTaskFailure)
Property Value
Remarks
A task is considered to have failed if it completes with a non-zero exit code and has exhausted its retry count, or if it had a scheduling error.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET