VirtualMachineScaleSetReimageParameters interface
Describes a Virtual Machine Scale Set VM Reimage Parameters.
- Extends
Properties
instance |
The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. |
Inherited Properties
temp |
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. |
Property Details
instanceIds
The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set.
instanceIds?: string[]
Property Value
string[]
Inherited Property Details
tempDisk
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.
tempDisk?: boolean
Property Value
boolean
Inherited From VirtualMachineScaleSetVMReimageParameters.tempDisk