-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.microsoft.azure.batch.protocol.models.OnTaskFailure.yml
95 lines (95 loc) · 6.48 KB
/
com.microsoft.azure.batch.protocol.models.OnTaskFailure.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
### YamlMime:JavaEnum
uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure"
name: "OnTaskFailure"
nameWithType: "OnTaskFailure"
summary: "Defines values for On<wbr>Task<wbr>Failure."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **OnTaskFailure**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.microsoft.azure.batch.protocol.models.OnTaskFailure?alt=com.microsoft.azure.batch.protocol.models.OnTaskFailure&text=OnTaskFailure\" data-throw-if-not-resolved=\"False\" />>"
fields:
- uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.NO_ACTION"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.NO_ACTION"
name: "NO_ACTION"
nameWithType: "OnTaskFailure.NO_ACTION"
summary: "Do nothing."
desc: "Do nothing. The Job remains active unless terminated or disabled by some other means."
- uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.PERFORM_EXIT_OPTIONS_JOB_ACTION"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.PERFORM_EXIT_OPTIONS_JOB_ACTION"
name: "PERFORM_EXIT_OPTIONS_JOB_ACTION"
nameWithType: "OnTaskFailure.PERFORM_EXIT_OPTIONS_JOB_ACTION"
summary: "Take the action associated with the Task exit condition in the Task's exit<wbr>Conditions collection."
desc: "Take the action associated with the Task exit condition in the Task's exitConditions collection. (This may still result in no action being taken, if that is what the Task specifies.)."
methods:
- uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.fromString(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.fromString(String value)"
name: "fromString(String value)"
nameWithType: "OnTaskFailure.fromString(String value)"
summary: "Parses a serialized value to a On<wbr>Task<wbr>Failure instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static OnTaskFailure fromString(String value)"
desc: "Parses a serialized value to a OnTaskFailure instance."
returns:
description: "the parsed OnTaskFailure object, or null if unable to parse."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.OnTaskFailure?alt=com.microsoft.azure.batch.protocol.models.OnTaskFailure&text=OnTaskFailure\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.toString()"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.toString()"
name: "toString()"
nameWithType: "OnTaskFailure.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "OnTaskFailure.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static OnTaskFailure valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.OnTaskFailure?alt=com.microsoft.azure.batch.protocol.models.OnTaskFailure&text=OnTaskFailure\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.values()"
fullName: "com.microsoft.azure.batch.protocol.models.OnTaskFailure.values()"
name: "values()"
nameWithType: "OnTaskFailure.values()"
modifiers:
- "static"
syntax: "public static OnTaskFailure[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.OnTaskFailure?alt=com.microsoft.azure.batch.protocol.models.OnTaskFailure&text=OnTaskFailure\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for OnTaskFailure."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0