VirtualMachineScaleSetStorageProfileResponse

data class VirtualMachineScaleSetStorageProfileResponse(val dataDisks: List<VirtualMachineScaleSetDataDiskResponse>? = null, val diskControllerType: String? = null, val imageReference: ImageReferenceResponse? = null, val osDisk: VirtualMachineScaleSetOSDiskResponse? = null)

Describes a virtual machine scale set storage profile.

Constructors

constructor(dataDisks: List<VirtualMachineScaleSetDataDiskResponse>? = null, diskControllerType: String? = null, imageReference: ImageReferenceResponse? = null, osDisk: VirtualMachineScaleSetOSDiskResponse? = null)

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard

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 and VHDs for Azure virtual machines.