VirtualMachineScaleSetUpdateStorageProfile interface
Describes a virtual machine scale set storage profile.
Properties
| data |
The data disks. |
| disk |
Specifies the disk controller type configured for the virtual machines in the scale set. Note: You need to deallocate the virtual machines in the scale set before updating its disk controller type based on the upgrade mode configured for the scale set. Minimum api-version: 2022-08-01 |
| image |
The image reference. |
| os |
The OS disk. |
Property Details
dataDisks
The data disks.
dataDisks?: VirtualMachineScaleSetDataDisk[]
Property Value
diskControllerType
Specifies the disk controller type configured for the virtual machines in the scale set. Note: You need to deallocate the virtual machines in the scale set before updating its disk controller type based on the upgrade mode configured for the scale set. Minimum api-version: 2022-08-01
diskControllerType?: string
Property Value
string
imageReference
osDisk
The OS disk.
osDisk?: VirtualMachineScaleSetUpdateOSDisk