-
Notifications
You must be signed in to change notification settings - Fork 265
/
ExitConditions.xml
243 lines (243 loc) · 15.8 KB
/
ExitConditions.xml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<Type Name="ExitConditions" FullName="Microsoft.Azure.Batch.Protocol.Models.ExitConditions">
<TypeSignature Language="C#" Value="public class ExitConditions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ExitConditions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Batch.Protocol.Models.ExitConditions" />
<TypeSignature Language="VB.NET" Value="Public Class ExitConditions" />
<TypeSignature Language="F#" Value="type ExitConditions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
<AssemblyVersion>15.3.0.0</AssemblyVersion>
<AssemblyVersion>15.4.0.0</AssemblyVersion>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<AssemblyVersion>16.1.0.0</AssemblyVersion>
<AssemblyVersion>16.2.0.0</AssemblyVersion>
<AssemblyVersion>16.3.0.0</AssemblyVersion>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Specifies how the Batch service should respond when the Task completes.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ExitConditions ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ExitConditions class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ExitConditions (System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping> exitCodes = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> exitCodeRanges = default, Microsoft.Azure.Batch.Protocol.Models.ExitOptions preProcessingError = default, Microsoft.Azure.Batch.Protocol.Models.ExitOptions fileUploadError = default, Microsoft.Azure.Batch.Protocol.Models.ExitOptions defaultProperty = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IList`1<class Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping> exitCodes, class System.Collections.Generic.IList`1<class Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> exitCodeRanges, class Microsoft.Azure.Batch.Protocol.Models.ExitOptions preProcessingError, class Microsoft.Azure.Batch.Protocol.Models.ExitOptions fileUploadError, class Microsoft.Azure.Batch.Protocol.Models.ExitOptions defaultProperty) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping},System.Collections.Generic.IList{Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping},Microsoft.Azure.Batch.Protocol.Models.ExitOptions,Microsoft.Azure.Batch.Protocol.Models.ExitOptions,Microsoft.Azure.Batch.Protocol.Models.ExitOptions)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional exitCodes As IList(Of ExitCodeMapping) = Nothing, Optional exitCodeRanges As IList(Of ExitCodeRangeMapping) = Nothing, Optional preProcessingError As ExitOptions = Nothing, Optional fileUploadError As ExitOptions = Nothing, Optional defaultProperty As ExitOptions = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Batch.Protocol.Models.ExitConditions : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> * Microsoft.Azure.Batch.Protocol.Models.ExitOptions * Microsoft.Azure.Batch.Protocol.Models.ExitOptions * Microsoft.Azure.Batch.Protocol.Models.ExitOptions -> Microsoft.Azure.Batch.Protocol.Models.ExitConditions" Usage="new Microsoft.Azure.Batch.Protocol.Models.ExitConditions (exitCodes, exitCodeRanges, preProcessingError, fileUploadError, defaultProperty)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="exitCodes" Type="System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping>" />
<Parameter Name="exitCodeRanges" Type="System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping>" />
<Parameter Name="preProcessingError" Type="Microsoft.Azure.Batch.Protocol.Models.ExitOptions" />
<Parameter Name="fileUploadError" Type="Microsoft.Azure.Batch.Protocol.Models.ExitOptions" />
<Parameter Name="defaultProperty" Type="Microsoft.Azure.Batch.Protocol.Models.ExitOptions" />
</Parameters>
<Docs>
<param name="exitCodes">A list of individual Task exit codes and
how the Batch service should respond to them.</param>
<param name="exitCodeRanges">A list of Task exit code ranges and
how the Batch service should respond to them.</param>
<param name="preProcessingError">How the Batch service should
respond if the Task fails to start due to an error.</param>
<param name="fileUploadError">How the Batch service should respond
if a file upload error occurs.</param>
<param name="defaultProperty">How the Batch service should respond
if the Task fails with an exit condition not covered by any of the
other properties.</param>
<summary>
Initializes a new instance of the ExitConditions class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DefaultProperty">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Batch.Protocol.Models.ExitOptions DefaultProperty { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Batch.Protocol.Models.ExitOptions DefaultProperty" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.DefaultProperty" />
<MemberSignature Language="VB.NET" Value="Public Property DefaultProperty As ExitOptions" />
<MemberSignature Language="F#" Value="member this.DefaultProperty : Microsoft.Azure.Batch.Protocol.Models.ExitOptions with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.ExitConditions.DefaultProperty" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="default")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="default")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Protocol.Models.ExitOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets how the Batch service should respond if the Task fails
with an exit condition not covered by any of the other properties.
</summary>
<value>To be added.</value>
<remarks>
This value is used if the Task exits with any nonzero exit code not
listed in the exitCodes or exitCodeRanges collection, with a
pre-processing error if the preProcessingError property is not
present, or with a file upload error if the fileUploadError
property is not present. If you want non-default behavior on exit
code 0, you must list it explicitly using the exitCodes or
exitCodeRanges collection.
</remarks>
</Docs>
</Member>
<Member MemberName="ExitCodeRanges">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> ExitCodeRanges { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> ExitCodeRanges" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.ExitCodeRanges" />
<MemberSignature Language="VB.NET" Value="Public Property ExitCodeRanges As IList(Of ExitCodeRangeMapping)" />
<MemberSignature Language="F#" Value="member this.ExitCodeRanges : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.ExitConditions.ExitCodeRanges" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="exitCodeRanges")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="exitCodeRanges")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a list of Task exit code ranges and how the Batch
service should respond to them.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExitCodes">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping> ExitCodes { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping> ExitCodes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.ExitCodes" />
<MemberSignature Language="VB.NET" Value="Public Property ExitCodes As IList(Of ExitCodeMapping)" />
<MemberSignature Language="F#" Value="member this.ExitCodes : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping> with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.ExitConditions.ExitCodes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="exitCodes")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="exitCodes")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeMapping></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a list of individual Task exit codes and how the Batch
service should respond to them.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FileUploadError">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Batch.Protocol.Models.ExitOptions FileUploadError { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Batch.Protocol.Models.ExitOptions FileUploadError" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.FileUploadError" />
<MemberSignature Language="VB.NET" Value="Public Property FileUploadError As ExitOptions" />
<MemberSignature Language="F#" Value="member this.FileUploadError : Microsoft.Azure.Batch.Protocol.Models.ExitOptions with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.ExitConditions.FileUploadError" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="fileUploadError")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="fileUploadError")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Protocol.Models.ExitOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets how the Batch service should respond if a file upload
error occurs.
</summary>
<value>To be added.</value>
<remarks>
If the Task exited with an exit code that was specified via
exitCodes or exitCodeRanges, and then encountered a file upload
error, then the action specified by the exit code takes precedence.
</remarks>
</Docs>
</Member>
<Member MemberName="PreProcessingError">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Batch.Protocol.Models.ExitOptions PreProcessingError { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Batch.Protocol.Models.ExitOptions PreProcessingError" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.ExitConditions.PreProcessingError" />
<MemberSignature Language="VB.NET" Value="Public Property PreProcessingError As ExitOptions" />
<MemberSignature Language="F#" Value="member this.PreProcessingError : Microsoft.Azure.Batch.Protocol.Models.ExitOptions with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.ExitConditions.PreProcessingError" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="preProcessingError")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="preProcessingError")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Protocol.Models.ExitOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets how the Batch service should respond if the Task fails
to start due to an error.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>