-
Notifications
You must be signed in to change notification settings - Fork 187
/
VirtualMachineReimageParameters.yml
54 lines (54 loc) · 1.77 KB
/
VirtualMachineReimageParameters.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
### YamlMime:TSType
name: VirtualMachineReimageParameters
uid: '@azure/arm-compute.VirtualMachineReimageParameters'
package: '@azure/arm-compute'
summary: >-
Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will
always be reimaged
fullName: VirtualMachineReimageParameters
remarks: ''
isDeprecated: false
type: interface
properties:
- name: exactVersion
uid: '@azure/arm-compute.VirtualMachineReimageParameters.exactVersion'
package: '@azure/arm-compute'
summary: >-
Specifies in decimal number, the version the OS disk should be reimaged
to. If exact version is not provided, the OS disk is reimaged to the
existing version of OS Disk.
fullName: exactVersion
remarks: ''
isDeprecated: false
syntax:
content: 'exactVersion?: string'
return:
description: ''
type: string
- name: osProfile
uid: '@azure/arm-compute.VirtualMachineReimageParameters.osProfile'
package: '@azure/arm-compute'
summary: Specifies information required for reimaging the non-ephemeral OS disk.
fullName: osProfile
remarks: ''
isDeprecated: false
syntax:
content: 'osProfile?: OSProfileProvisioningData'
return:
description: ''
type: <xref uid="@azure/arm-compute.OSProfileProvisioningData" />
- name: tempDisk
uid: '@azure/arm-compute.VirtualMachineReimageParameters.tempDisk'
package: '@azure/arm-compute'
summary: >-
Specifies whether to reimage temp disk. Default value: false. Note: This
temp disk reimage parameter is only supported for VM/VMSS with Ephemeral
OS disk.
fullName: tempDisk
remarks: ''
isDeprecated: false
syntax:
content: 'tempDisk?: boolean'
return:
description: ''
type: boolean