forked from Azure/azure-docs-sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatchSettings.xml
326 lines (326 loc) · 18.7 KB
/
PatchSettings.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
<Type Name="PatchSettings" FullName="Microsoft.Azure.Management.Compute.Models.PatchSettings">
<TypeSignature Language="C#" Value="public class PatchSettings" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PatchSettings extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Models.PatchSettings" />
<TypeSignature Language="VB.NET" Value="Public Class PatchSettings" />
<TypeSignature Language="F#" Value="type PatchSettings = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>45.0.0.1</AssemblyVersion>
<AssemblyVersion>46.0.0.0</AssemblyVersion>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Specifies settings related to VM Guest Patching on Windows.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PatchSettings ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.PatchSettings.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>45.0.0.1</AssemblyVersion>
<AssemblyVersion>46.0.0.0</AssemblyVersion>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the PatchSettings class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PatchSettings (string patchMode = default, bool? enableHotpatching = default, string assessmentMode = default, Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string patchMode, valuetype System.Nullable`1<bool> enableHotpatching, string assessmentMode, class Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.PatchSettings.#ctor(System.String,System.Nullable{System.Boolean},System.String,Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional patchMode As String = Nothing, Optional enableHotpatching As Nullable(Of Boolean) = Nothing, Optional assessmentMode As String = Nothing, Optional automaticByPlatformSettings As WindowsVMGuestPatchAutomaticByPlatformSettings = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Models.PatchSettings : string * Nullable<bool> * string * Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings -> Microsoft.Azure.Management.Compute.Models.PatchSettings" Usage="new Microsoft.Azure.Management.Compute.Models.PatchSettings (patchMode, enableHotpatching, assessmentMode, automaticByPlatformSettings)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="patchMode" Type="System.String" />
<Parameter Name="enableHotpatching" Type="System.Nullable<System.Boolean>" />
<Parameter Name="assessmentMode" Type="System.String" />
<Parameter Name="automaticByPlatformSettings" Type="Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings" />
</Parameters>
<Docs>
<param name="patchMode">Specifies the mode of VM Guest Patching to
IaaS virtual machine or virtual machine scale sets with Flexible OrchestrationMode as Flexible. Possible values are:
**Manual** - You control the application of patches to a virtual
machine. You do this by applying patches manually inside the VM. In
this mode, automatic updates are disabled; the property
WindowsConfiguration.enableAutomaticUpdates must be false
**AutomaticByOS** - The virtual machine will
automatically be updated by the OS. The property
WindowsConfiguration.enableAutomaticUpdates must be true.
**AutomaticByPlatform** - the virtual machine
will automatically updated by the platform. The properties
provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates
must be true. Possible values include: 'Manual', 'AutomaticByOS',
'AutomaticByPlatform'</param>
<param name="enableHotpatching">Enables customers to patch their
Azure VMs without requiring a reboot. For enableHotpatching, the
'provisionVMAgent' must be set to true and 'patchMode' must be set
to 'AutomaticByPlatform'.</param>
<param name="assessmentMode">Specifies the mode of VM Guest patch
assessment for the IaaS virtual machine.
Possible values are:
**ImageDefault** - You
control the timing of patch assessments on a virtual machine.
**AutomaticByPlatform** - The platform will
trigger periodic patch assessments. The property provisionVMAgent
must be true. Possible values include: 'ImageDefault',
'AutomaticByPlatform'</param>
<param name="automaticByPlatformSettings">Specifies additional
settings for patch mode AutomaticByPlatform in VM Guest Patching on
Windows.</param>
<summary>
Initializes a new instance of the PatchSettings class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AssessmentMode">
<MemberSignature Language="C#" Value="public string AssessmentMode { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AssessmentMode" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.PatchSettings.AssessmentMode" />
<MemberSignature Language="VB.NET" Value="Public Property AssessmentMode As String" />
<MemberSignature Language="F#" Value="member this.AssessmentMode : string with get, set" Usage="Microsoft.Azure.Management.Compute.Models.PatchSettings.AssessmentMode" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="assessmentMode")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="assessmentMode")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies the mode of VM Guest patch assessment for
the IaaS virtual machine.
Possible values are:
**ImageDefault** - You control the timing of patch assessments on a
virtual machine.
**AutomaticByPlatform** - The platform will trigger periodic patch
assessments. The property provisionVMAgent must be true. Possible
values include: 'ImageDefault', 'AutomaticByPlatform'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AutomaticByPlatformSettings">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings AutomaticByPlatformSettings { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings AutomaticByPlatformSettings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.PatchSettings.AutomaticByPlatformSettings" />
<MemberSignature Language="VB.NET" Value="Public Property AutomaticByPlatformSettings As WindowsVMGuestPatchAutomaticByPlatformSettings" />
<MemberSignature Language="F#" Value="member this.AutomaticByPlatformSettings : Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings with get, set" Usage="Microsoft.Azure.Management.Compute.Models.PatchSettings.AutomaticByPlatformSettings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="automaticByPlatformSettings")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="automaticByPlatformSettings")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies additional settings for patch mode
AutomaticByPlatform in VM Guest Patching on Windows.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnableHotpatching">
<MemberSignature Language="C#" Value="public bool? EnableHotpatching { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> EnableHotpatching" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.PatchSettings.EnableHotpatching" />
<MemberSignature Language="VB.NET" Value="Public Property EnableHotpatching As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.EnableHotpatching : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.PatchSettings.EnableHotpatching" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>45.0.0.1</AssemblyVersion>
<AssemblyVersion>46.0.0.0</AssemblyVersion>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="enableHotpatching")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="enableHotpatching")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets enables customers to patch their Azure VMs without
requiring a reboot. For enableHotpatching, the 'provisionVMAgent'
must be set to true and 'patchMode' must be set to
'AutomaticByPlatform'.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PatchMode">
<MemberSignature Language="C#" Value="public string PatchMode { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string PatchMode" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.PatchSettings.PatchMode" />
<MemberSignature Language="VB.NET" Value="Public Property PatchMode As String" />
<MemberSignature Language="F#" Value="member this.PatchMode : string with get, set" Usage="Microsoft.Azure.Management.Compute.Models.PatchSettings.PatchMode" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>45.0.0.1</AssemblyVersion>
<AssemblyVersion>46.0.0.0</AssemblyVersion>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="patchMode")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="patchMode")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies the mode of VM Guest Patching to IaaS
virtual machine or virtual machines associated to virtual machine
scale set with OrchestrationMode as Flexible.
Possible values are:
**Manual** - You control the
application of patches to a virtual machine. You do this by
applying patches manually inside the VM. In this mode, automatic
updates are disabled; the property
WindowsConfiguration.enableAutomaticUpdates must be false.
**AutomaticByOS** - The virtual
machine will automatically be updated by the OS. The property
WindowsConfiguration.enableAutomaticUpdates must be true.
**AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The
properties provisionVMAgent and
WindowsConfiguration.enableAutomaticUpdates must be true. Possible
values include: 'Manual', 'AutomaticByOS', 'AutomaticByPlatform'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>