OnAllTasksComplete Enum
- java.
lang. Object - java.
lang. Enum<OnAllTasksComplete> - com.
microsoft. azure. batch. protocol. models. OnAllTasksComplete
- com.
- java.
public enum OnAllTasksComplete
Defines values for OnAllTasksComplete.
Fields
NO_ACTION |
Do nothing. The job remains active unless terminated or disabled by some other means. |
TERMINATE_JOB |
Terminate the job. The job's terminateReason is set to 'AllTasksComplete'. |
Methods
fromString(String value)
public static OnAllTasksComplete fromString(String value)
Parses a serialized value to a OnAllTasksComplete instance.
Parameters
- value
- String
Returns
the parsed OnAllTasksComplete object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java