-
Notifications
You must be signed in to change notification settings - Fork 265
/
ComputeNodeDeallocationOption.xml
121 lines (121 loc) · 6.21 KB
/
ComputeNodeDeallocationOption.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
<Type Name="ComputeNodeDeallocationOption" FullName="Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption">
<TypeSignature Language="C#" Value="public enum ComputeNodeDeallocationOption" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ComputeNodeDeallocationOption extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption" />
<TypeSignature Language="VB.NET" Value="Public Enum ComputeNodeDeallocationOption" />
<TypeSignature Language="F#" Value="type ComputeNodeDeallocationOption = " />
<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.Enum</BaseTypeName>
</Base>
<Docs>
<summary>
Specifies how to handle tasks already running, and when the nodes running them may be removed from the pool, if the pool size is decreasing.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Requeue">
<MemberSignature Language="C#" Value="Requeue" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption Requeue = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.Requeue" />
<MemberSignature Language="VB.NET" Value="Requeue" />
<MemberSignature Language="F#" Value="Requeue = 0" Usage="Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.Requeue" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>
Terminate running tasks and requeue them. The tasks will run again
when the job is enabled. Remove nodes as soon as tasks have been
terminated.
</summary>
</Docs>
</Member>
<Member MemberName="RetainedData">
<MemberSignature Language="C#" Value="RetainedData" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption RetainedData = int32(3)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.RetainedData" />
<MemberSignature Language="VB.NET" Value="RetainedData" />
<MemberSignature Language="F#" Value="RetainedData = 3" Usage="Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.RetainedData" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption</ReturnType>
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>
Allow currently running tasks to complete, then wait for all task
data retention periods to expire. Schedule no new tasks while
waiting. Remove nodes when all task retention periods have expired.
</summary>
</Docs>
</Member>
<Member MemberName="TaskCompletion">
<MemberSignature Language="C#" Value="TaskCompletion" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption TaskCompletion = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.TaskCompletion" />
<MemberSignature Language="VB.NET" Value="TaskCompletion" />
<MemberSignature Language="F#" Value="TaskCompletion = 2" Usage="Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.TaskCompletion" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>
Allow currently running tasks to complete. Schedule no new tasks
while waiting. Remove nodes when all tasks have completed.
</summary>
</Docs>
</Member>
<Member MemberName="Terminate">
<MemberSignature Language="C#" Value="Terminate" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption Terminate = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.Terminate" />
<MemberSignature Language="VB.NET" Value="Terminate" />
<MemberSignature Language="F#" Value="Terminate = 1" Usage="Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption.Terminate" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>
Terminate running tasks. The tasks will not run again. Remove nodes
as soon as tasks have been terminated.
</summary>
</Docs>
</Member>
</Members>
</Type>