-
Notifications
You must be signed in to change notification settings - Fork 264
/
VirtualMachineAssessPatchesResultInner.xml
331 lines (331 loc) · 21.9 KB
/
VirtualMachineAssessPatchesResultInner.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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<Type Name="VirtualMachineAssessPatchesResultInner" FullName="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner">
<TypeSignature Language="C#" Value="public class VirtualMachineAssessPatchesResultInner" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit VirtualMachineAssessPatchesResultInner extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner" />
<TypeSignature Language="VB.NET" Value="Public Class VirtualMachineAssessPatchesResultInner" />
<TypeSignature Language="F#" Value="type VirtualMachineAssessPatchesResultInner = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Describes the properties of an AssessPatches result.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineAssessPatchesResultInner ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the
VirtualMachineAssessPatchesResultInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineAssessPatchesResultInner (Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus status = default, string assessmentActivityId = default, bool? rebootPending = default, int? criticalAndSecurityPatchCount = default, int? otherPatchCount = default, DateTime? startDateTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties> patches = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus status, string assessmentActivityId, valuetype System.Nullable`1<bool> rebootPending, valuetype System.Nullable`1<int32> criticalAndSecurityPatchCount, valuetype System.Nullable`1<int32> otherPatchCount, valuetype System.Nullable`1<valuetype System.DateTime> startDateTime, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties> patches, class Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.#ctor(Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Collections.Generic.IList{Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties},Microsoft.Azure.Management.Compute.Fluent.Models.ApiError)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional status As PatchOperationStatus = Nothing, Optional assessmentActivityId As String = Nothing, Optional rebootPending As Nullable(Of Boolean) = Nothing, Optional criticalAndSecurityPatchCount As Nullable(Of Integer) = Nothing, Optional otherPatchCount As Nullable(Of Integer) = Nothing, Optional startDateTime As Nullable(Of DateTime) = Nothing, Optional patches As IList(Of VirtualMachineSoftwarePatchProperties) = Nothing, Optional error As ApiError = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner : Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties> * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner" Usage="new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner (status, assessmentActivityId, rebootPending, criticalAndSecurityPatchCount, otherPatchCount, startDateTime, patches, error)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="status" Type="Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus" />
<Parameter Name="assessmentActivityId" Type="System.String" />
<Parameter Name="rebootPending" Type="System.Nullable<System.Boolean>" />
<Parameter Name="criticalAndSecurityPatchCount" Type="System.Nullable<System.Int32>" />
<Parameter Name="otherPatchCount" Type="System.Nullable<System.Int32>" />
<Parameter Name="startDateTime" Type="System.Nullable<System.DateTime>" />
<Parameter Name="patches" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties>" />
<Parameter Name="error" Type="Microsoft.Azure.Management.Compute.Fluent.Models.ApiError" />
</Parameters>
<Docs>
<param name="status">The overall success or failure status of the
operation. It remains "InProgress" until the operation completes.
At that point it will become "Failed", "Succeeded", or
"CompletedWithWarnings.". Possible values include: 'InProgress',
'Failed', 'Succeeded', 'CompletedWithWarnings'</param>
<param name="assessmentActivityId">The activity ID of the operation
that produced this result. It is used to correlate across CRP and
extension logs.</param>
<param name="rebootPending">The overall reboot status of the VM. It
will be true when partially installed patches require a reboot to
complete installation but the reboot has not yet occurred.</param>
<param name="criticalAndSecurityPatchCount">The number of critical
or security patches that have been detected as available and not
yet installed.</param>
<param name="otherPatchCount">The number of all available patches
excluding critical and security.</param>
<param name="startDateTime">The UTC timestamp when the operation
began.</param>
<param name="patches">The list of patches that have been detected
as available for installation.</param>
<param name="error">The errors that were encountered during
execution of the operation. The details array contains the list of
them.</param>
<summary>
Initializes a new instance of the
VirtualMachineAssessPatchesResultInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AssessmentActivityId">
<MemberSignature Language="C#" Value="public string AssessmentActivityId { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AssessmentActivityId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.AssessmentActivityId" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AssessmentActivityId As String" />
<MemberSignature Language="F#" Value="member this.AssessmentActivityId : string" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.AssessmentActivityId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="assessmentActivityId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="assessmentActivityId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the activity ID of the operation that produced this result. It
is used to correlate across CRP and extension logs.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CriticalAndSecurityPatchCount">
<MemberSignature Language="C#" Value="public int? CriticalAndSecurityPatchCount { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> CriticalAndSecurityPatchCount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.CriticalAndSecurityPatchCount" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CriticalAndSecurityPatchCount As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.CriticalAndSecurityPatchCount : Nullable<int>" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.CriticalAndSecurityPatchCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="criticalAndSecurityPatchCount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="criticalAndSecurityPatchCount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the number of critical or security patches that have been
detected as available and not yet installed.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Error">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.ApiError Error { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.ApiError Error" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.Error" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Error As ApiError" />
<MemberSignature Language="F#" Value="member this.Error : Microsoft.Azure.Management.Compute.Fluent.Models.ApiError" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.Error" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="error")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.ApiError</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the errors that were encountered during execution of the
operation. The details array contains the list of them.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OtherPatchCount">
<MemberSignature Language="C#" Value="public int? OtherPatchCount { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> OtherPatchCount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.OtherPatchCount" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property OtherPatchCount As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.OtherPatchCount : Nullable<int>" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.OtherPatchCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="otherPatchCount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="otherPatchCount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the number of all available patches excluding critical and
security.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Patches">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties> Patches { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties> Patches" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.Patches" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Patches As IList(Of VirtualMachineSoftwarePatchProperties)" />
<MemberSignature Language="F#" Value="member this.Patches : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties>" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.Patches" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="patches")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="patches")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the list of patches that have been detected as available for
installation.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RebootPending">
<MemberSignature Language="C#" Value="public bool? RebootPending { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> RebootPending" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.RebootPending" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RebootPending As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.RebootPending : Nullable<bool>" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.RebootPending" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="rebootPending")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="rebootPending")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the overall reboot status of the VM. It will be true when
partially installed patches require a reboot to complete
installation but the reboot has not yet occurred.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StartDateTime">
<MemberSignature Language="C#" Value="public DateTime? StartDateTime { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> StartDateTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.StartDateTime" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property StartDateTime As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.StartDateTime : Nullable<DateTime>" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.StartDateTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="startDateTime")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="startDateTime")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the UTC timestamp when the operation began.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Status">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus Status { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus Status" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.Status" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Status As PatchOperationStatus" />
<MemberSignature Language="F#" Value="member this.Status : Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineAssessPatchesResultInner.Status" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="status")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the overall success or failure status of the operation. It
remains "InProgress" until the operation completes. At that point
it will become "Failed", "Succeeded", or "CompletedWithWarnings.".
Possible values include: 'InProgress', 'Failed', 'Succeeded',
'CompletedWithWarnings'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>