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".

Attributes

data_disks

The data disks.

data_disks: list['_models.VirtualMachineScaleSetDataDisk'] | 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