次の方法で共有


BatchJobCreateOptions.TaskFailureMode Property

Definition

The action the Batch service should take when any Task in the Job fails. A Task is considered to 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