-
Notifications
You must be signed in to change notification settings - Fork 264
/
ContainerInfo.xml
286 lines (286 loc) · 18.1 KB
/
ContainerInfo.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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<Type Name="ContainerInfo" FullName="Microsoft.Azure.Management.WebSites.Models.ContainerInfo">
<TypeSignature Language="C#" Value="public class ContainerInfo" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ContainerInfo extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.WebSites.Models.ContainerInfo" />
<TypeSignature Language="VB.NET" Value="Public Class ContainerInfo" />
<TypeSignature Language="F#" Value="type ContainerInfo = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.1.1.0</AssemblyVersion>
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ContainerInfo ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ContainerInfo class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ContainerInfo (DateTime? currentTimeStamp = default, DateTime? previousTimeStamp = default, Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics currentCpuStats = default, Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics previousCpuStats = default, Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics memoryStats = default, string name = default, string id = default, Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics eth0 = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<valuetype System.DateTime> currentTimeStamp, valuetype System.Nullable`1<valuetype System.DateTime> previousTimeStamp, class Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics currentCpuStats, class Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics previousCpuStats, class Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics memoryStats, string name, string id, class Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics eth0) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime},Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics,Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics,Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional currentTimeStamp As Nullable(Of DateTime) = Nothing, Optional previousTimeStamp As Nullable(Of DateTime) = Nothing, Optional currentCpuStats As ContainerCpuStatistics = Nothing, Optional previousCpuStats As ContainerCpuStatistics = Nothing, Optional memoryStats As ContainerMemoryStatistics = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional eth0 As ContainerNetworkInterfaceStatistics = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.WebSites.Models.ContainerInfo : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics * Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics * Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics * string * string * Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics -> Microsoft.Azure.Management.WebSites.Models.ContainerInfo" Usage="new Microsoft.Azure.Management.WebSites.Models.ContainerInfo (currentTimeStamp, previousTimeStamp, currentCpuStats, previousCpuStats, memoryStats, name, id, eth0)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="currentTimeStamp" Type="System.Nullable<System.DateTime>" />
<Parameter Name="previousTimeStamp" Type="System.Nullable<System.DateTime>" />
<Parameter Name="currentCpuStats" Type="Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics" />
<Parameter Name="previousCpuStats" Type="Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics" />
<Parameter Name="memoryStats" Type="Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="id" Type="System.String" />
<Parameter Name="eth0" Type="Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics" />
</Parameters>
<Docs>
<param name="currentTimeStamp">To be added.</param>
<param name="previousTimeStamp">To be added.</param>
<param name="currentCpuStats">To be added.</param>
<param name="previousCpuStats">To be added.</param>
<param name="memoryStats">To be added.</param>
<param name="name">To be added.</param>
<param name="id">To be added.</param>
<param name="eth0">To be added.</param>
<summary>
Initializes a new instance of the ContainerInfo class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentCpuStats">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics CurrentCpuStats { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics CurrentCpuStats" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.CurrentCpuStats" />
<MemberSignature Language="VB.NET" Value="Public Property CurrentCpuStats As ContainerCpuStatistics" />
<MemberSignature Language="F#" Value="member this.CurrentCpuStats : Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.CurrentCpuStats" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="currentCpuStats")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="currentCpuStats")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentTimeStamp">
<MemberSignature Language="C#" Value="public DateTime? CurrentTimeStamp { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> CurrentTimeStamp" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.CurrentTimeStamp" />
<MemberSignature Language="VB.NET" Value="Public Property CurrentTimeStamp As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.CurrentTimeStamp : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.CurrentTimeStamp" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="currentTimeStamp")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="currentTimeStamp")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Eth0">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics Eth0 { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics Eth0" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.Eth0" />
<MemberSignature Language="VB.NET" Value="Public Property Eth0 As ContainerNetworkInterfaceStatistics" />
<MemberSignature Language="F#" Value="member this.Eth0 : Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.Eth0" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="eth0")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="eth0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Id">
<MemberSignature Language="C#" Value="public string Id { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Id" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.Id" />
<MemberSignature Language="VB.NET" Value="Public Property Id As String" />
<MemberSignature Language="F#" Value="member this.Id : string with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.Id" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="id")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="id")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MemoryStats">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics MemoryStats { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics MemoryStats" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.MemoryStats" />
<MemberSignature Language="VB.NET" Value="Public Property MemoryStats As ContainerMemoryStatistics" />
<MemberSignature Language="F#" Value="member this.MemoryStats : Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.MemoryStats" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="memoryStats")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="memoryStats")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string Name { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.Name" />
<MemberSignature Language="VB.NET" Value="Public Property Name As String" />
<MemberSignature Language="F#" Value="member this.Name : string with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="name")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PreviousCpuStats">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics PreviousCpuStats { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics PreviousCpuStats" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.PreviousCpuStats" />
<MemberSignature Language="VB.NET" Value="Public Property PreviousCpuStats As ContainerCpuStatistics" />
<MemberSignature Language="F#" Value="member this.PreviousCpuStats : Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.PreviousCpuStats" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="previousCpuStats")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="previousCpuStats")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PreviousTimeStamp">
<MemberSignature Language="C#" Value="public DateTime? PreviousTimeStamp { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> PreviousTimeStamp" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.ContainerInfo.PreviousTimeStamp" />
<MemberSignature Language="VB.NET" Value="Public Property PreviousTimeStamp As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.PreviousTimeStamp : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.ContainerInfo.PreviousTimeStamp" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="previousTimeStamp")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="previousTimeStamp")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>