-
Notifications
You must be signed in to change notification settings - Fork 265
/
VirtualMachineNetworkInterfaceConfiguration.xml
506 lines (506 loc) · 35.9 KB
/
VirtualMachineNetworkInterfaceConfiguration.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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<Type Name="VirtualMachineNetworkInterfaceConfiguration" FullName="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration">
<TypeSignature Language="C#" Value="public class VirtualMachineNetworkInterfaceConfiguration" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit VirtualMachineNetworkInterfaceConfiguration extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration" />
<TypeSignature Language="VB.NET" Value="Public Class VirtualMachineNetworkInterfaceConfiguration" />
<TypeSignature Language="F#" Value="type VirtualMachineNetworkInterfaceConfiguration = class" />
<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>
<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>
Describes a virtual machine network interface configurations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineNetworkInterfaceConfiguration ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the
VirtualMachineNetworkInterfaceConfiguration class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineNetworkInterfaceConfiguration (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> ipConfigurations, bool? primary, string deleteOption, bool? enableAcceleratedNetworking, bool? enableFpga, bool? enableIPForwarding = default, Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings = default, Microsoft.Azure.Management.Compute.Models.SubResource dscpConfiguration = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> ipConfigurations, valuetype System.Nullable`1<bool> primary, string deleteOption, valuetype System.Nullable`1<bool> enableAcceleratedNetworking, valuetype System.Nullable`1<bool> enableFpga, valuetype System.Nullable`1<bool> enableIPForwarding, class Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup, class Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings, class Microsoft.Azure.Management.Compute.Models.SubResource dscpConfiguration) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Microsoft.Azure.Management.Compute.Models.SubResource,Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration,Microsoft.Azure.Management.Compute.Models.SubResource)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (name As String, ipConfigurations As IList(Of VirtualMachineNetworkInterfaceIPConfiguration), primary As Nullable(Of Boolean), deleteOption As String, enableAcceleratedNetworking As Nullable(Of Boolean), enableFpga As Nullable(Of Boolean), Optional enableIPForwarding As Nullable(Of Boolean) = Nothing, Optional networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineNetworkInterfaceDnsSettingsConfiguration = Nothing, Optional dscpConfiguration As SubResource = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration * Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration" Usage="new Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration (name, ipConfigurations, primary, deleteOption, enableAcceleratedNetworking, enableFpga, enableIPForwarding, networkSecurityGroup, dnsSettings, dscpConfiguration)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="ipConfigurations" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration>" />
<Parameter Name="primary" Type="System.Nullable<System.Boolean>" />
<Parameter Name="deleteOption" Type="System.String" />
<Parameter Name="enableAcceleratedNetworking" Type="System.Nullable<System.Boolean>" />
<Parameter Name="enableFpga" Type="System.Nullable<System.Boolean>" />
<Parameter Name="enableIPForwarding" Type="System.Nullable<System.Boolean>" />
<Parameter Name="networkSecurityGroup" Type="Microsoft.Azure.Management.Compute.Models.SubResource" />
<Parameter Name="dnsSettings" Type="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration" />
<Parameter Name="dscpConfiguration" Type="Microsoft.Azure.Management.Compute.Models.SubResource" />
</Parameters>
<Docs>
<param name="name">The network interface configuration
name.</param>
<param name="ipConfigurations">Specifies the IP configurations of
the network interface.</param>
<param name="primary">Specifies the primary network interface in
case the virtual machine has more than 1 network interface.</param>
<param name="deleteOption">Specify what happens to the network
interface when the VM is deleted. Possible values include:
'Delete', 'Detach'</param>
<param name="enableAcceleratedNetworking">Specifies whether the
network interface is accelerated networking-enabled.</param>
<param name="enableFpga">Specifies whether the network interface is
FPGA networking-enabled.</param>
<param name="enableIPForwarding">Whether IP forwarding enabled on
this NIC.</param>
<param name="networkSecurityGroup">The network security
group.</param>
<param name="dnsSettings">The dns settings to be applied on the
network interfaces.</param>
<param name="dscpConfiguration">To be added.</param>
<summary>
Initializes a new instance of the
VirtualMachineNetworkInterfaceConfiguration class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VirtualMachineNetworkInterfaceConfiguration (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> ipConfigurations, bool? primary = default, string deleteOption = default, bool? enableAcceleratedNetworking = default, bool? disableTcpStateTracking = default, bool? enableFpga = default, bool? enableIPForwarding = default, Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings = default, Microsoft.Azure.Management.Compute.Models.SubResource dscpConfiguration = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> ipConfigurations, valuetype System.Nullable`1<bool> primary, string deleteOption, valuetype System.Nullable`1<bool> enableAcceleratedNetworking, valuetype System.Nullable`1<bool> disableTcpStateTracking, valuetype System.Nullable`1<bool> enableFpga, valuetype System.Nullable`1<bool> enableIPForwarding, class Microsoft.Azure.Management.Compute.Models.SubResource networkSecurityGroup, class Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings, class Microsoft.Azure.Management.Compute.Models.SubResource dscpConfiguration) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Microsoft.Azure.Management.Compute.Models.SubResource,Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration,Microsoft.Azure.Management.Compute.Models.SubResource)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (name As String, ipConfigurations As IList(Of VirtualMachineNetworkInterfaceIPConfiguration), Optional primary As Nullable(Of Boolean) = Nothing, Optional deleteOption As String = Nothing, Optional enableAcceleratedNetworking As Nullable(Of Boolean) = Nothing, Optional disableTcpStateTracking As Nullable(Of Boolean) = Nothing, Optional enableFpga As Nullable(Of Boolean) = Nothing, Optional enableIPForwarding As Nullable(Of Boolean) = Nothing, Optional networkSecurityGroup As SubResource = Nothing, Optional dnsSettings As VirtualMachineNetworkInterfaceDnsSettingsConfiguration = Nothing, Optional dscpConfiguration As SubResource = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration * Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration" Usage="new Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration (name, ipConfigurations, primary, deleteOption, enableAcceleratedNetworking, disableTcpStateTracking, enableFpga, enableIPForwarding, networkSecurityGroup, dnsSettings, dscpConfiguration)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="ipConfigurations" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration>" />
<Parameter Name="primary" Type="System.Nullable<System.Boolean>" />
<Parameter Name="deleteOption" Type="System.String" />
<Parameter Name="enableAcceleratedNetworking" Type="System.Nullable<System.Boolean>" />
<Parameter Name="disableTcpStateTracking" Type="System.Nullable<System.Boolean>" />
<Parameter Name="enableFpga" Type="System.Nullable<System.Boolean>" />
<Parameter Name="enableIPForwarding" Type="System.Nullable<System.Boolean>" />
<Parameter Name="networkSecurityGroup" Type="Microsoft.Azure.Management.Compute.Models.SubResource" />
<Parameter Name="dnsSettings" Type="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration" />
<Parameter Name="dscpConfiguration" Type="Microsoft.Azure.Management.Compute.Models.SubResource" />
</Parameters>
<Docs>
<param name="dscpConfiguration">To be added.</param>
<param name="name">The network interface configuration
name.</param>
<param name="ipConfigurations">Specifies the IP configurations of
the network interface.</param>
<param name="primary">Specifies the primary network interface in
case the virtual machine has more than 1 network interface.</param>
<param name="deleteOption">Specify what happens to the network
interface when the VM is deleted. Possible values include:
'Delete', 'Detach'</param>
<param name="enableAcceleratedNetworking">Specifies whether the
network interface is accelerated networking-enabled.</param>
<param name="disableTcpStateTracking">Specifies whether the network
interface is disabled for tcp state tracking.</param>
<param name="enableFpga">Specifies whether the network interface is
FPGA networking-enabled.</param>
<param name="enableIPForwarding">Whether IP forwarding enabled on
this NIC.</param>
<param name="networkSecurityGroup">The network security
group.</param>
<param name="dnsSettings">The dns settings to be applied on the
network interfaces.</param>
<summary>
Initializes a new instance of the
VirtualMachineNetworkInterfaceConfiguration class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteOption">
<MemberSignature Language="C#" Value="public string DeleteOption { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DeleteOption" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DeleteOption" />
<MemberSignature Language="VB.NET" Value="Public Property DeleteOption As String" />
<MemberSignature Language="F#" Value="member this.DeleteOption : string with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DeleteOption" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.deleteOption")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deleteOption")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specify what happens to the network interface when the
VM is deleted. Possible values include: 'Delete', 'Detach'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisableTcpStateTracking">
<MemberSignature Language="C#" Value="public bool? DisableTcpStateTracking { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> DisableTcpStateTracking" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DisableTcpStateTracking" />
<MemberSignature Language="VB.NET" Value="Public Property DisableTcpStateTracking As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.DisableTcpStateTracking : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DisableTcpStateTracking" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.disableTcpStateTracking")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disableTcpStateTracking")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies whether the network interface is disabled
for tcp state tracking.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DnsSettings">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration DnsSettings { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration DnsSettings" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DnsSettings" />
<MemberSignature Language="VB.NET" Value="Public Property DnsSettings As VirtualMachineNetworkInterfaceDnsSettingsConfiguration" />
<MemberSignature Language="F#" Value="member this.DnsSettings : Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DnsSettings" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.dnsSettings")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dnsSettings")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the dns settings to be applied on the network
interfaces.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DscpConfiguration">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Models.SubResource DscpConfiguration { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Models.SubResource DscpConfiguration" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DscpConfiguration" />
<MemberSignature Language="VB.NET" Value="Public Property DscpConfiguration As SubResource" />
<MemberSignature Language="F#" Value="member this.DscpConfiguration : Microsoft.Azure.Management.Compute.Models.SubResource with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.DscpConfiguration" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.dscpConfiguration")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dscpConfiguration")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Models.SubResource</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnableAcceleratedNetworking">
<MemberSignature Language="C#" Value="public bool? EnableAcceleratedNetworking { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> EnableAcceleratedNetworking" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.EnableAcceleratedNetworking" />
<MemberSignature Language="VB.NET" Value="Public Property EnableAcceleratedNetworking As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.EnableAcceleratedNetworking : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.EnableAcceleratedNetworking" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAcceleratedNetworking")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAcceleratedNetworking")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies whether the network interface is accelerated
networking-enabled.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnableFpga">
<MemberSignature Language="C#" Value="public bool? EnableFpga { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> EnableFpga" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.EnableFpga" />
<MemberSignature Language="VB.NET" Value="Public Property EnableFpga As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.EnableFpga : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.EnableFpga" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFpga")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFpga")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies whether the network interface is FPGA
networking-enabled.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnableIPForwarding">
<MemberSignature Language="C#" Value="public bool? EnableIPForwarding { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> EnableIPForwarding" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.EnableIPForwarding" />
<MemberSignature Language="VB.NET" Value="Public Property EnableIPForwarding As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.EnableIPForwarding : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.EnableIPForwarding" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableIPForwarding")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableIPForwarding")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets whether IP forwarding enabled on this NIC.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IpConfigurations">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> IpConfigurations { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> IpConfigurations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.IpConfigurations" />
<MemberSignature Language="VB.NET" Value="Public Property IpConfigurations As IList(Of VirtualMachineNetworkInterfaceIPConfiguration)" />
<MemberSignature Language="F#" Value="member this.IpConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.IpConfigurations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies the IP configurations of the network
interface.
</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.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.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.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.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>
Gets or sets the network interface configuration name.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NetworkSecurityGroup">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Models.SubResource NetworkSecurityGroup { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Models.SubResource NetworkSecurityGroup" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.NetworkSecurityGroup" />
<MemberSignature Language="VB.NET" Value="Public Property NetworkSecurityGroup As SubResource" />
<MemberSignature Language="F#" Value="member this.NetworkSecurityGroup : Microsoft.Azure.Management.Compute.Models.SubResource with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.NetworkSecurityGroup" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkSecurityGroup")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkSecurityGroup")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Models.SubResource</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the network security group.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Primary">
<MemberSignature Language="C#" Value="public bool? Primary { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> Primary" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.Primary" />
<MemberSignature Language="VB.NET" Value="Public Property Primary As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.Primary : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration.Primary" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.primary")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.primary")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies the primary network interface in case the
virtual machine has more than 1 network interface.
</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.Models.VirtualMachineNetworkInterfaceConfiguration.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="virtualMachineNetworkInterfaceConfiguration.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</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>