VirtualMachineScaleSetStorageProfile interface
Describes a virtual machine scale set storage profile.
Properties
data |
Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines. |
disk |
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01 |
image |
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. |
os |
Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines. |
Property Details
dataDisks
Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
dataDisks?: VirtualMachineScaleSetDataDisk[]
Property Value
diskControllerType
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
diskControllerType?: string
Property Value
string
imageReference
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
imageReference?: ImageReference
Property Value
osDisk
Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see About disks and VHDs for Azure virtual machines.
osDisk?: VirtualMachineScaleSetOSDisk
Property Value
Azure SDK for JavaScript