-
Notifications
You must be signed in to change notification settings - Fork 264
/
SnapshotUpdate.xml
354 lines (354 loc) · 22.9 KB
/
SnapshotUpdate.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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<Type Name="SnapshotUpdate" FullName="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate">
<TypeSignature Language="C#" Value="public class SnapshotUpdate" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SnapshotUpdate extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate" />
<TypeSignature Language="VB.NET" Value="Public Class SnapshotUpdate" />
<TypeSignature Language="F#" Value="type SnapshotUpdate = 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 />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Snapshot update resource.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SnapshotUpdate ();" />
<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.SnapshotUpdate.#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 SnapshotUpdate class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SnapshotUpdate (Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes? osType = default, int? diskSizeGB = default, Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection encryptionSettingsCollection = default, Microsoft.Azure.Management.Compute.Fluent.Models.Encryption encryption = default, Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy networkAccessPolicy = default, string diskAccessId = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku sku = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes> osType, valuetype System.Nullable`1<int32> diskSizeGB, class Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection encryptionSettingsCollection, class Microsoft.Azure.Management.Compute.Fluent.Models.Encryption encryption, class Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy networkAccessPolicy, string diskAccessId, class System.Collections.Generic.IDictionary`2<string, string> tags, class Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku sku) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.#ctor(System.Nullable{Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes},System.Nullable{System.Int32},Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection,Microsoft.Azure.Management.Compute.Fluent.Models.Encryption,Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional osType As Nullable(Of OperatingSystemTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional encryptionSettingsCollection As EncryptionSettingsCollection = Nothing, Optional encryption As Encryption = Nothing, Optional networkAccessPolicy As NetworkAccessPolicy = Nothing, Optional diskAccessId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As SnapshotSku = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes> * Nullable<int> * Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection * Microsoft.Azure.Management.Compute.Fluent.Models.Encryption * Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku -> Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate" Usage="new Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate (osType, diskSizeGB, encryptionSettingsCollection, encryption, networkAccessPolicy, diskAccessId, tags, sku)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="osType" Type="System.Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes>" />
<Parameter Name="diskSizeGB" Type="System.Nullable<System.Int32>" />
<Parameter Name="encryptionSettingsCollection" Type="Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection" />
<Parameter Name="encryption" Type="Microsoft.Azure.Management.Compute.Fluent.Models.Encryption" />
<Parameter Name="networkAccessPolicy" Type="Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy" />
<Parameter Name="diskAccessId" Type="System.String" />
<Parameter Name="tags" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
<Parameter Name="sku" Type="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku" />
</Parameters>
<Docs>
<param name="sku">To be added.</param>
<param name="osType">the Operating System type. Possible values
include: 'Windows', 'Linux'</param>
<param name="diskSizeGB">If creationData.createOption is Empty,
this field is mandatory and it indicates the size of the disk to
create. If this field is present for updates or creation with other
options, it indicates a resize. Resizes are only allowed if the
disk is not attached to a running VM, and can only increase the
disk's size.</param>
<param name="encryptionSettingsCollection">Encryption settings
collection used be Azure Disk Encryption, can contain multiple
encryption settings per disk or snapshot.</param>
<param name="encryption">Encryption property can be used to encrypt
data at rest with customer managed keys or platform managed
keys.</param>
<param name="networkAccessPolicy">Possible values include:
'AllowAll', 'AllowPrivate', 'DenyAll'</param>
<param name="diskAccessId">ARM id of the DiskAccess resource for
using private endpoints on disks.</param>
<param name="tags">Resource tags</param>
<summary>
Initializes a new instance of the SnapshotUpdate class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DiskAccessId">
<MemberSignature Language="C#" Value="public string DiskAccessId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DiskAccessId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.DiskAccessId" />
<MemberSignature Language="VB.NET" Value="Public Property DiskAccessId As String" />
<MemberSignature Language="F#" Value="member this.DiskAccessId : string with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.DiskAccessId" />
<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="properties.diskAccessId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diskAccessId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets ARM id of the DiskAccess resource for using private
endpoints on disks.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DiskSizeGB">
<MemberSignature Language="C#" Value="public int? DiskSizeGB { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> DiskSizeGB" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.DiskSizeGB" />
<MemberSignature Language="VB.NET" Value="Public Property DiskSizeGB As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.DiskSizeGB : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.DiskSizeGB" />
<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="properties.diskSizeGB")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diskSizeGB")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets if creationData.createOption is Empty, this field is
mandatory and it indicates the size of the disk to create. If this
field is present for updates or creation with other options, it
indicates a resize. Resizes are only allowed if the disk is not
attached to a running VM, and can only increase the disk's size.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Encryption">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.Encryption Encryption { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.Encryption Encryption" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Encryption" />
<MemberSignature Language="VB.NET" Value="Public Property Encryption As Encryption" />
<MemberSignature Language="F#" Value="member this.Encryption : Microsoft.Azure.Management.Compute.Fluent.Models.Encryption with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Encryption" />
<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="properties.encryption")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryption")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.Encryption</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets encryption property can be used to encrypt data at
rest with customer managed keys or platform managed keys.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EncryptionSettingsCollection">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection EncryptionSettingsCollection { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection EncryptionSettingsCollection" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.EncryptionSettingsCollection" />
<MemberSignature Language="VB.NET" Value="Public Property EncryptionSettingsCollection As EncryptionSettingsCollection" />
<MemberSignature Language="F#" Value="member this.EncryptionSettingsCollection : Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.EncryptionSettingsCollection" />
<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="properties.encryptionSettingsCollection")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionSettingsCollection")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets encryption settings collection used be Azure Disk
Encryption, can contain multiple encryption settings per disk or
snapshot.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkAccessPolicy">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy NetworkAccessPolicy { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy NetworkAccessPolicy" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.NetworkAccessPolicy" />
<MemberSignature Language="VB.NET" Value="Public Property NetworkAccessPolicy As NetworkAccessPolicy" />
<MemberSignature Language="F#" Value="member this.NetworkAccessPolicy : Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.NetworkAccessPolicy" />
<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="properties.networkAccessPolicy")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkAccessPolicy")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.NetworkAccessPolicy</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets possible values include: 'AllowAll', 'AllowPrivate',
'DenyAll'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OsType">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes? OsType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes> OsType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.OsType" />
<MemberSignature Language="VB.NET" Value="Public Property OsType As Nullable(Of OperatingSystemTypes)" />
<MemberSignature Language="F#" Value="member this.OsType : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes> with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.OsType" />
<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="properties.osType")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.osType")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the Operating System type. Possible values include:
'Windows', 'Linux'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Sku">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku Sku { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku Sku" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Sku" />
<MemberSignature Language="VB.NET" Value="Public Property Sku As SnapshotSku" />
<MemberSignature Language="F#" Value="member this.Sku : Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Sku" />
<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="sku")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotSku</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Tags">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string> Tags { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> Tags" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Tags" />
<MemberSignature Language="VB.NET" Value="Public Property Tags As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.Tags : System.Collections.Generic.IDictionary<string, string> with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Tags" />
<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="tags")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets resource tags
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.SnapshotUpdate.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="snapshotUpdate.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>