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

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.BatchJobActionKind? JobAction { get; set; }
member this.JobAction : Nullable<Azure.Compute.Batch.BatchJobActionKind> with get, set
Public Property JobAction As Nullable(Of BatchJobActionKind)

Property Value

Applies to