VirtualMachineScaleSetStorageProfile Class
Describes a virtual machine scale set storage profile.
Constructor
VirtualMachineScaleSetStorageProfile(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
image_reference
|
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_disk
|
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. |
|
data_disks
|
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_controller_type
|
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01. Known values are: "SCSI" and "NVMe". |
Attributes
data_disks
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.
data_disks: list['_models.VirtualMachineScaleSetDataDisk'] | None
disk_controller_type
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01. Known values are: "SCSI" and "NVMe".
disk_controller_type: str | _models.DiskControllerTypes | None
image_reference
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.
image_reference: _models.ImageReference | None
os_disk
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.
os_disk: _models.VirtualMachineScaleSetOSDisk | None