VirtualMachineScaleSetStorageProfileArgs

data class VirtualMachineScaleSetStorageProfileArgs(val dataDisks: Output<List<VirtualMachineScaleSetDataDiskArgs>>? = null, val diskControllerType: Output<Either<String, DiskControllerTypes>>? = null, val imageReference: Output<ImageReferenceArgs>? = null, val osDisk: Output<VirtualMachineScaleSetOSDiskArgs>? = null) : ConvertibleToJava<VirtualMachineScaleSetStorageProfileArgs>

Describes a virtual machine scale set storage profile.

Constructors

Link copied to clipboard
constructor(dataDisks: Output<List<VirtualMachineScaleSetDataDiskArgs>>? = null, diskControllerType: Output<Either<String, DiskControllerTypes>>? = null, imageReference: Output<ImageReferenceArgs>? = null, osDisk: Output<VirtualMachineScaleSetOSDiskArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val diskControllerType: Output<Either<String, DiskControllerTypes>>? = null

Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01

Link copied to clipboard
val imageReference: Output<ImageReferenceArgs>? = null

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.

Link copied to clipboard

Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineScaleSetStorageProfileArgs