Compartir a través de


ExitOptions.JobAction Property

Definition

An action to take on the Job containing the Task, if the Task completes with the given exit condition and the Job's onTaskFailed property is 'performExitOptionsJobAction'. The default is none for exit code 0 and terminate for all other exit conditions. If the Job's onTaskFailed property is noaction, then specifying this property returns an error and the add Task request fails with an invalid property value error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

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

Property Value

Applies to