-
Notifications
You must be signed in to change notification settings - Fork 264
/
AutoUserScope.xml
85 lines (85 loc) · 4.03 KB
/
AutoUserScope.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
<Type Name="AutoUserScope" FullName="Microsoft.Azure.Management.Batch.Models.AutoUserScope">
<TypeSignature Language="C#" Value="public enum AutoUserScope" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AutoUserScope extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Batch.Models.AutoUserScope" />
<TypeSignature Language="VB.NET" Value="Public Enum AutoUserScope" />
<TypeSignature Language="F#" Value="type AutoUserScope = " />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Defines values for AutoUserScope.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Pool">
<MemberSignature Language="C#" Value="Pool" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Management.Batch.Models.AutoUserScope Pool = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.Batch.Models.AutoUserScope.Pool" />
<MemberSignature Language="VB.NET" Value="Pool" />
<MemberSignature Language="F#" Value="Pool = 1" Usage="Microsoft.Azure.Management.Batch.Models.AutoUserScope.Pool" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Serialization.EnumMember(Value="Pool")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Serialization.EnumMember(Value="Pool")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Batch.Models.AutoUserScope</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>
Specifies that the task runs as the common auto user account which
is created on every node in a pool.
</summary>
</Docs>
</Member>
<Member MemberName="Task">
<MemberSignature Language="C#" Value="Task" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Management.Batch.Models.AutoUserScope Task = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.Batch.Models.AutoUserScope.Task" />
<MemberSignature Language="VB.NET" Value="Task" />
<MemberSignature Language="F#" Value="Task = 0" Usage="Microsoft.Azure.Management.Batch.Models.AutoUserScope.Task" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Batch</AssemblyName>
<AssemblyVersion>14.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Serialization.EnumMember(Value="Task")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Serialization.EnumMember(Value="Task")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Batch.Models.AutoUserScope</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>
Specifies that the service should create a new user for the task.
</summary>
</Docs>
</Member>
</Members>
</Type>