Virtual Machine Scale Set Storage Profile Args
data class VirtualMachineScaleSetStorageProfileArgs(val dataDisks: Output<List<VirtualMachineScaleSetDataDiskArgs>>? = null, val diskControllerType: Output<List<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
fun VirtualMachineScaleSetStorageProfileArgs(dataDisks: Output<List<VirtualMachineScaleSetDataDiskArgs>>? = null, diskControllerType: Output<List<Either<String, DiskControllerTypes>>>? = null, imageReference: Output<ImageReferenceArgs>? = null, osDisk: Output<VirtualMachineScaleSetOSDiskArgs>? = null)
Functions
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 and VHDs for Azure virtual machines.
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 and VHDs for Azure virtual machines.