-
Notifications
You must be signed in to change notification settings - Fork 264
/
NodeAgentInformation.xml
144 lines (144 loc) · 7.22 KB
/
NodeAgentInformation.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
<Type Name="NodeAgentInformation" FullName="Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation">
<TypeSignature Language="C#" Value="public class NodeAgentInformation" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NodeAgentInformation extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation" />
<TypeSignature Language="VB.NET" Value="Public Class NodeAgentInformation" />
<TypeSignature Language="F#" Value="type NodeAgentInformation = 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>
Information about the Compute Node agent.
</summary>
<remarks>
The Batch Compute Node agent is a program that runs on each Compute
Node in the Pool and provides Batch capability on the Compute Node.
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NodeAgentInformation ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation.#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 NodeAgentInformation class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NodeAgentInformation (string version, DateTime lastUpdateTime);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string version, valuetype System.DateTime lastUpdateTime) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation.#ctor(System.String,System.DateTime)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (version As String, lastUpdateTime As DateTime)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation : string * DateTime -> Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation" Usage="new Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation (version, lastUpdateTime)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Batch</AssemblyName>
<AssemblyVersion>16.3.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="version" Type="System.String" />
<Parameter Name="lastUpdateTime" Type="System.DateTime" />
</Parameters>
<Docs>
<param name="version">The version of the Batch Compute Node agent
running on the Compute Node.</param>
<param name="lastUpdateTime">The time when the Compute Node agent
was updated on the Compute Node.</param>
<summary>
Initializes a new instance of the NodeAgentInformation class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LastUpdateTime">
<MemberSignature Language="C#" Value="public DateTime LastUpdateTime { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.DateTime LastUpdateTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation.LastUpdateTime" />
<MemberSignature Language="VB.NET" Value="Public Property LastUpdateTime As DateTime" />
<MemberSignature Language="F#" Value="member this.LastUpdateTime : DateTime with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation.LastUpdateTime" />
<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="lastUpdateTime")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="lastUpdateTime")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.DateTime</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the time when the Compute Node agent was updated on
the Compute Node.
</summary>
<value>To be added.</value>
<remarks>
This is the most recent time that the Compute Node agent was
updated to a new version.
</remarks>
</Docs>
</Member>
<Member MemberName="Version">
<MemberSignature Language="C#" Value="public string Version { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Version" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation.Version" />
<MemberSignature Language="VB.NET" Value="Public Property Version As String" />
<MemberSignature Language="F#" Value="member this.Version : string with get, set" Usage="Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation.Version" />
<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="version")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="version")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the version of the Batch Compute Node agent running on
the Compute Node.
</summary>
<value>To be added.</value>
<remarks>
This version number can be checked against the Compute Node agent
release notes located at
https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md.
</remarks>
</Docs>
</Member>
</Members>
</Type>