-
Notifications
You must be signed in to change notification settings - Fork 265
/
VirtualMachineScaleSetVMCollection.xml
587 lines (587 loc) · 64.8 KB
/
VirtualMachineScaleSetVMCollection.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
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<Type Name="VirtualMachineScaleSetVmCollection" FullName="Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection">
<TypeSignature Language="C#" Value="public class VirtualMachineScaleSetVmCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit VirtualMachineScaleSetVmCollection extends Azure.ResourceManager.ArmCollection implements class System.Collections.Generic.IAsyncEnumerable`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>, class System.Collections.Generic.IEnumerable`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>, class System.Collections.IEnumerable" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection" />
<TypeSignature Language="VB.NET" Value="Public Class VirtualMachineScaleSetVmCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of VirtualMachineScaleSetVmResource), IEnumerable(Of VirtualMachineScaleSetVmResource)" />
<TypeSignature Language="F#" Value="type VirtualMachineScaleSetVmCollection = class
 inherit ArmCollection
 interface seq<VirtualMachineScaleSetVmResource>
 interface IEnumerable
 interface IAsyncEnumerable<VirtualMachineScaleSetVmResource>" />
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Azure.ResourceManager.ArmCollection</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.IEnumerable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
A class representing a collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /> and their operations.
Each <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /> in the collection will belong to the same instance of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" />.
To get a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection" /> instance call the GetVirtualMachineScaleSetVms method from an instance of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" />.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected VirtualMachineScaleSetVmCollection ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.#ctor" />
<MemberSignature Language="VB.NET" Value="Protected Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary> Initializes a new instance of the <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection" /> class for mocking. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdate">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string instanceId, Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> CreateOrUpdate(valuetype Azure.WaitUntil waitUntil, string instanceId, class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.CreateOrUpdate(Azure.WaitUntil,System.String,Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, instanceId As String, data As VirtualMachineScaleSetVmData, cancellationToken As CancellationToken) As ArmOperation(Of VirtualMachineScaleSetVmResource)" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.CreateOrUpdate (waitUntil, instanceId, data, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="data" Type="Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="data"> Parameters supplied to the Update Virtual Machine Scale Sets VM operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Updates a virtual machine of a VM scale set.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Update</description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> or <paramref name="data" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdate">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string instanceId, Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> CreateOrUpdate(valuetype Azure.WaitUntil waitUntil, string instanceId, class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, string ifMatch, string ifNoneMatch, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.CreateOrUpdate(Azure.WaitUntil,System.String,Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, instanceId As String, data As VirtualMachineScaleSetVmData, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of VirtualMachineScaleSetVmResource)" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.CreateOrUpdate (waitUntil, instanceId, data, ifMatch, ifNoneMatch, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="data" Type="Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData" />
<Parameter Name="ifMatch" Type="System.String" />
<Parameter Name="ifNoneMatch" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="data"> Parameters supplied to the Update Virtual Machine Scale Sets VM operation. </param>
<param name="ifMatch"> The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. </param>
<param name="ifNoneMatch"> Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Updates a virtual machine of a VM scale set.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Update</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> or <paramref name="data" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string instanceId, Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> CreateOrUpdateAsync(valuetype Azure.WaitUntil waitUntil, string instanceId, class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.CreateOrUpdateAsync(Azure.WaitUntil,System.String,Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, instanceId As String, data As VirtualMachineScaleSetVmData, cancellationToken As CancellationToken) As Task(Of ArmOperation(Of VirtualMachineScaleSetVmResource))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>" Usage="virtualMachineScaleSetVmCollection.CreateOrUpdateAsync (waitUntil, instanceId, data, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="data" Type="Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="data"> Parameters supplied to the Update Virtual Machine Scale Sets VM operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Updates a virtual machine of a VM scale set.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Update</description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> or <paramref name="data" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string instanceId, Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> CreateOrUpdateAsync(valuetype Azure.WaitUntil waitUntil, string instanceId, class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData data, string ifMatch, string ifNoneMatch, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.CreateOrUpdateAsync(Azure.WaitUntil,System.String,Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, instanceId As String, data As VirtualMachineScaleSetVmData, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VirtualMachineScaleSetVmResource))" />
<MemberSignature Language="F#" Value="abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>" Usage="virtualMachineScaleSetVmCollection.CreateOrUpdateAsync (waitUntil, instanceId, data, ifMatch, ifNoneMatch, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="data" Type="Azure.ResourceManager.Compute.VirtualMachineScaleSetVmData" />
<Parameter Name="ifMatch" Type="System.String" />
<Parameter Name="ifNoneMatch" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="data"> Parameters supplied to the Update Virtual Machine Scale Sets VM operation. </param>
<param name="ifMatch"> The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. </param>
<param name="ifNoneMatch"> Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will result in error from server as they are not supported. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Updates a virtual machine of a VM scale set.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Update</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> or <paramref name="data" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="Exists">
<MemberSignature Language="C#" Value="public virtual Azure.Response<bool> Exists (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<bool> Exists(string instanceId, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Compute.Models.InstanceViewType> expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.Exists(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function Exists (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)" />
<MemberSignature Language="F#" Value="abstract member Exists : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<bool>" Usage="virtualMachineScaleSetVmCollection.Exists (instanceId, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.Boolean></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="expand" Type="System.Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Checks to see if the resource exists in azure.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Get</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="ExistsAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<bool>> ExistsAsync(string instanceId, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Compute.Models.InstanceViewType> expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.ExistsAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function ExistsAsync (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))" />
<MemberSignature Language="F#" Value="abstract member ExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>" Usage="virtualMachineScaleSetVmCollection.ExistsAsync (instanceId, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<System.Boolean>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="expand" Type="System.Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Checks to see if the resource exists in azure.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Get</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="Get">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> Get (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> Get(string instanceId, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Compute.Models.InstanceViewType> expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.Get(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function Get (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineScaleSetVmResource)" />
<MemberSignature Language="F#" Value="abstract member Get : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.Get : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.Get (instanceId, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="expand" Type="System.Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a virtual machine from a VM scale set.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Get</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAll">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> GetAll (string filter = default, string select = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> GetAll(string filter, string select, string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.GetAll(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetAll (Optional filter As String = Nothing, Optional select As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineScaleSetVmResource)" />
<MemberSignature Language="F#" Value="abstract member GetAll : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.GetAll : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.GetAll (filter, select, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="expand" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="filter"> The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'. </param>
<param name="select"> The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. </param>
<param name="expand"> The expand expression to apply to the operation. Allowed values are 'instanceView'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all virtual machines in a VM scale sets.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_List</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAllAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> GetAllAsync (string filter = default, string select = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> GetAllAsync(string filter, string select, string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.GetAllAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional select As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineScaleSetVmResource)" />
<MemberSignature Language="F#" Value="abstract member GetAllAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.GetAllAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.GetAllAsync (filter, select, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="expand" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="filter"> The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'. </param>
<param name="select"> The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. </param>
<param name="expand"> The expand expression to apply to the operation. Allowed values are 'instanceView'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all virtual machines in a VM scale sets.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_List</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> GetAsync (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> GetAsync(string instanceId, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Compute.Models.InstanceViewType> expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.GetAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetAsync (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineScaleSetVmResource))" />
<MemberSignature Language="F#" Value="abstract member GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
override this.GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>" Usage="virtualMachineScaleSetVmCollection.GetAsync (instanceId, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="expand" Type="System.Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a virtual machine from a VM scale set.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Get</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetIfExists">
<MemberSignature Language="C#" Value="public virtual Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> GetIfExists (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.NullableResponse`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> GetIfExists(string instanceId, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Compute.Models.InstanceViewType> expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.GetIfExists(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetIfExists (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of VirtualMachineScaleSetVmResource)" />
<MemberSignature Language="F#" Value="abstract member GetIfExists : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.GetIfExists : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.GetIfExists (instanceId, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="expand" Type="System.Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Tries to get details for this resource from the service.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Get</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetIfExistsAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> GetIfExistsAsync (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.NullableResponse`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> GetIfExistsAsync(string instanceId, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Compute.Models.InstanceViewType> expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.GetIfExistsAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetIfExistsAsync (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of VirtualMachineScaleSetVmResource))" />
<MemberSignature Language="F#" Value="abstract member GetIfExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
override this.GetIfExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>" Usage="virtualMachineScaleSetVmCollection.GetIfExistsAsync (instanceId, expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="instanceId" Type="System.String" />
<Parameter Name="expand" Type="System.Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="instanceId"> The instance ID of the virtual machine. </param>
<param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Tries to get details for this resource from the service.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSetVMs_Get</description></item><item><term>Default Api Version</term><description>2024-07-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="instanceId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetAsyncEnumerator">
<MemberSignature Language="C#" Value="System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> IAsyncEnumerable<VirtualMachineScaleSetVmResource>.GetAsyncEnumerator (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Collections.Generic.IAsyncEnumerator`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetAsyncEnumerator(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.System#Collections#Generic#IAsyncEnumerable<Azure#ResourceManager#Compute#VirtualMachineScaleSetVmResource>#GetAsyncEnumerator(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Function GetAsyncEnumerator (cancellationToken As CancellationToken) As IAsyncEnumerator(Of VirtualMachineScaleSetVmResource) Implements IAsyncEnumerable(Of VirtualMachineScaleSetVmResource).GetAsyncEnumerator" />
<MemberSignature Language="F#" Value="abstract member System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetAsyncEnumerator cancellationToken" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken" /> that may be used to cancel the asynchronous iteration.</param>
<summary>Returns an enumerator that iterates asynchronously through the collection.</summary>
<returns>An enumerator that can be used to iterate asynchronously through the collection.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetEnumerator">
<MemberSignature Language="C#" Value="System.Collections.Generic.IEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> IEnumerable<VirtualMachineScaleSetVmResource>.GetEnumerator ();" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Collections.Generic.IEnumerator`1<class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource> System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetEnumerator() cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.System#Collections#Generic#IEnumerable<Azure#ResourceManager#Compute#VirtualMachineScaleSetVmResource>#GetEnumerator" />
<MemberSignature Language="VB.NET" Value="Function GetEnumerator () As IEnumerator(Of VirtualMachineScaleSetVmResource) Implements IEnumerable(Of VirtualMachineScaleSetVmResource).GetEnumerator" />
<MemberSignature Language="F#" Value="abstract member System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>
override this.System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>" Usage="virtualMachineScaleSetVmCollection.System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>.GetEnumerator " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IEnumerable`1.GetEnumerator</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerator<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns an enumerator that iterates through the collection.</summary>
<returns>An enumerator that can be used to iterate through the collection.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.Collections.IEnumerable.GetEnumerator">
<MemberSignature Language="C#" Value="System.Collections.IEnumerator IEnumerable.GetEnumerator ();" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmCollection.System#Collections#IEnumerable#GetEnumerator" />
<MemberSignature Language="VB.NET" Value="Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator" />
<MemberSignature Language="F#" Value="abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator" Usage="virtualMachineScaleSetVmCollection.System.Collections.IEnumerable.GetEnumerator " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.IEnumerable.GetEnumerator</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Compute</AssemblyName>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.IEnumerator</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>