JobAction Enum
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.
Defines values for JobAction.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum JobAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type JobAction =
Public Enum JobAction
- Inheritance
-
JobAction
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
None | 0 | Take no action. |
Disable | 1 | Disable the Job. This is equivalent to calling the disable Job API, with a disableTasks value of requeue. |
Terminate | 2 | Terminate the Job. The terminateReason in the Job's executionInfo is set to "TaskFailed". |