-
Notifications
You must be signed in to change notification settings - Fork 246
/
azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.yml
584 lines (558 loc) · 20.9 KB
/
azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.yml
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
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations
name: VirtualMachineScaleSetVMsOperations
fullName: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations
module: azure.mgmt.compute.v2023_07_01.operations
inheritances:
- builtins.object
summary: "> [!WARNING]\n> DO NOT instantiate this class directly.\n>\n> \n>\n> Instead,\
\ you should access the following operations through\n>\n> <xref:azure.mgmt.compute.v2023_07_01.ComputeManagementClient>'s\n\
>\n> <xref:virtual_machine_scale_set_vms> attribute.\n>"
constructor:
syntax: VirtualMachineScaleSetVMsOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_deallocate
name: begin_deallocate
summary: 'Deallocates a specific virtual machine in a VM scale set. Shuts down the
virtual machine and
releases the compute resources it uses. You are not billed for the compute resources
of this
virtual machine once it is deallocated.'
signature: 'begin_deallocate(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_delete
name: begin_delete
summary: Deletes a virtual machine from a VM scale set.
signature: 'begin_delete(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, *, force_deletion: bool | None = None, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: force_deletion
description: 'Optional parameter to force delete a virtual machine from a VM scale
set. (Feature in Preview). Default value is None.'
types:
- <xref:bool>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_perform_maintenance
name: begin_perform_maintenance
summary: Performs maintenance on a virtual machine in a VM scale set.
signature: 'begin_perform_maintenance(resource_group_name: str, vm_scale_set_name:
str, instance_id: str, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_power_off
name: begin_power_off
summary: 'Power off (stop) a virtual machine in a VM scale set. Note that resources
are still attached
and you are getting charged for the resources. Instead, use deallocate to release
resources and
avoid charges.'
signature: 'begin_power_off(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, *, skip_shutdown: bool = False, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: skip_shutdown
description: 'The parameter to request non-graceful VM shutdown. True value for
this
flag indicates non-graceful shutdown whereas false indicates otherwise. Default
value for this
flag is false if not specified. Default value is False.'
types:
- <xref:bool>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_redeploy
name: begin_redeploy
summary: 'Shuts down the virtual machine in the virtual machine scale set, moves
it to a new node, and
powers it back on.'
signature: 'begin_redeploy(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_reimage
name: begin_reimage
summary: Reimages (upgrade the operating system) a specific virtual machine in a
VM scale set.
signature: 'begin_reimage(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, vm_scale_set_vm_reimage_input: _models.VirtualMachineScaleSetVMReimageParameters
| None = None, *, content_type: str = ''application/json'', **kwargs: Any) ->
LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_vm_reimage_input
description: 'Parameters for the Reimaging Virtual machine in ScaleSet.
Is either a VirtualMachineScaleSetVMReimageParameters type or a IO[bytes] type.
Default value
is None.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2023_07_01.models.VirtualMachineScaleSetVMReimageParameters>
- <xref:typing.IO>[<xref:bytes>]
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_reimage_all
name: begin_reimage_all
summary: 'Allows you to re-image all the disks ( including data disks ) in the a
VM scale set instance.
This operation is only supported for managed disks.'
signature: 'begin_reimage_all(resource_group_name: str, vm_scale_set_name: str,
instance_id: str, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_restart
name: begin_restart
summary: Restarts a virtual machine in a VM scale set.
signature: 'begin_restart(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_run_command
name: begin_run_command
summary: Run command on a virtual machine in a VM scale set.
signature: 'begin_run_command(resource_group_name: str, vm_scale_set_name: str,
instance_id: str, parameters: _models.RunCommandInput, *, content_type: str =
''application/json'', **kwargs: Any) -> LROPoller[_models.RunCommandResult]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
- name: parameters
description: 'Parameters supplied to the Run command operation. Is either a
RunCommandInput type or a IO[bytes] type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2023_07_01.models.RunCommandInput>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of LROPoller that returns either RunCommandResult or
the result of
cls(response)'
types:
- <xref:azure.core.polling.LROPoller>[<xref:azure.mgmt.compute.v2023_07_01.models.RunCommandResult>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_start
name: begin_start
summary: Starts a virtual machine in a VM scale set.
signature: 'begin_start(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, **kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.begin_update
name: begin_update
summary: Updates a virtual machine of a VM scale set.
signature: 'begin_update(resource_group_name: str, vm_scale_set_name: str, instance_id:
str, parameters: _models.VirtualMachineScaleSetVM, *, content_type: str = ''application/json'',
**kwargs: Any) -> LROPoller[_models.VirtualMachineScaleSetVM]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: 'The name of the VM scale set where the extension should be create
or
updated. Required.'
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
- name: parameters
description: 'Parameters supplied to the Update Virtual Machine Scale Sets VM
operation.
Is either a VirtualMachineScaleSetVM type or a IO[bytes] type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2023_07_01.models.VirtualMachineScaleSetVM>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of LROPoller that returns either VirtualMachineScaleSetVM
or the result of
cls(response)'
types:
- <xref:azure.core.polling.LROPoller>[<xref:azure.mgmt.compute.v2023_07_01.models.VirtualMachineScaleSetVM>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.get
name: get
summary: Gets a virtual machine from a VM scale set.
signature: 'get(resource_group_name: str, vm_scale_set_name: str, instance_id: str,
*, expand: str | InstanceViewTypes | None = None, **kwargs: Any) -> VirtualMachineScaleSetVM'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: expand
description: '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. Known values are: "instanceView" and "userData". Default value is None.'
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2023_07_01.models.InstanceViewTypes>
return:
description: VirtualMachineScaleSetVM or the result of cls(response)
types:
- <xref:azure.mgmt.compute.v2023_07_01.models.VirtualMachineScaleSetVM>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.get_instance_view
name: get_instance_view
summary: Gets the status of a virtual machine from a VM scale set.
signature: 'get_instance_view(resource_group_name: str, vm_scale_set_name: str,
instance_id: str, **kwargs: Any) -> VirtualMachineScaleSetVMInstanceView'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: VirtualMachineScaleSetVMInstanceView or the result of cls(response)
types:
- <xref:azure.mgmt.compute.v2023_07_01.models.VirtualMachineScaleSetVMInstanceView>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.list
name: list
summary: Gets a list of all virtual machines in a VM scale sets.
signature: 'list(resource_group_name: str, virtual_machine_scale_set_name: str,
*, filter: str | None = None, select: str | None = None, expand: str | None =
None, **kwargs: Any) -> Iterable[VirtualMachineScaleSetVM]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: virtual_machine_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: filter
description: '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''. Default value is None.'
types:
- <xref:str>
- name: select
description: 'The list parameters. Allowed values are ''instanceView'',
''instanceView/statuses''. Default value is None.'
types:
- <xref:str>
- name: expand
description: 'The expand expression to apply to the operation. Allowed values
are
''instanceView''. Default value is None.'
types:
- <xref:str>
return:
description: 'An iterator like instance of either VirtualMachineScaleSetVM or
the result of
cls(response)'
types:
- <xref:azure.core.paging.ItemPaged>[<xref:azure.mgmt.compute.v2023_07_01.models.VirtualMachineScaleSetVM>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.retrieve_boot_diagnostics_data
name: retrieve_boot_diagnostics_data
summary: 'The operation to retrieve SAS URIs of boot diagnostic logs for a virtual
machine in a VM scale
set.'
signature: 'retrieve_boot_diagnostics_data(resource_group_name: str, vm_scale_set_name:
str, instance_id: str, *, sas_uri_expiration_time_in_minutes: int | None = None,
**kwargs: Any) -> RetrieveBootDiagnosticsDataResult'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: sas_uri_expiration_time_in_minutes
description: 'Expiration duration in minutes for the SAS URIs
with a value between 1 to 1440 minutes. **Note:** If not specified, SAS URIs
will be generated
with a default expiration duration of 120 minutes. Default value is None.'
types:
- <xref:int>
return:
description: RetrieveBootDiagnosticsDataResult or the result of cls(response)
types:
- <xref:azure.mgmt.compute.v2023_07_01.models.RetrieveBootDiagnosticsDataResult>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.simulate_eviction
name: simulate_eviction
summary: The operation to simulate the eviction of spot virtual machine in a VM
scale set.
signature: 'simulate_eviction(resource_group_name: str, vm_scale_set_name: str,
instance_id: str, **kwargs: Any) -> None'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: vm_scale_set_name
description: The name of the VM scale set. Required.
isRequired: true
types:
- <xref:str>
- name: instance_id
description: The instance ID of the virtual machine. Required.
isRequired: true
types:
- <xref:str>
return:
description: None or the result of cls(response)
types:
- <xref:None>
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.compute.v2023_07_01.operations.VirtualMachineScaleSetVMsOperations.models
name: models
signature: models = <module 'azure.mgmt.compute.v2023_07_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2023_07_01\\models\\__init__.py'>