VirtualMachineScaleSetUpdateStorageProfile Class
Describes a virtual machine scale set storage profile.
Constructor
VirtualMachineScaleSetUpdateStorageProfile(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
image_reference
|
The image reference. |
|
os_disk
|
The OS disk. |
|
data_disks
|
The data disks. |
|
disk_controller_type
|
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. Known values are: "SCSI" and "NVMe". |
|
disk_api_version
|
Specifies the Disk API version used when applying additionalDiskProperties to managed disks. The value must be in the format YYYY-MM-DD (e.g., "2026-03-02"). Known values are: "2025-01-02" and "2026-03-02". |
Attributes
data_disks
The data disks.
data_disks: list['_models.VirtualMachineScaleSetDataDisk'] | None
disk_api_version
Specifies the Disk API version used when applying additionalDiskProperties to managed disks. The value must be in the format YYYY-MM-DD (e.g., "2026-03-02"). Known values are: "2025-01-02" and "2026-03-02".
disk_api_version: str | _models.DiskApiVersion | None
disk_controller_type
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. Known values are: "SCSI" and "NVMe".
disk_controller_type: str | _models.DiskControllerTypes | None
image_reference
The image reference.
image_reference: _models.ImageReference | None
os_disk
The OS disk.
os_disk: _models.VirtualMachineScaleSetUpdateOSDisk | None