StorageProfileArgs

data class StorageProfileArgs(val dataDisks: Output<List<DataDiskArgs>>? = null, val imageReference: Output<ImageReferenceArgs>? = null, val osDisk: Output<OsDiskArgs>? = null) : ConvertibleToJava<StorageProfileArgs>

Specifies the storage settings for the virtual machine disks.

Constructors

Link copied to clipboard
constructor(dataDisks: Output<List<DataDiskArgs>>? = null, imageReference: Output<ImageReferenceArgs>? = null, osDisk: Output<OsDiskArgs>? = null)

Properties

Link copied to clipboard
val dataDisks: Output<List<DataDiskArgs>>? = null

Specifies the parameters that are used to add a data disk to a virtual machine.

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

The image reference properties.

Link copied to clipboard
val osDisk: Output<OsDiskArgs>? = null

Specifies information about the operating system disk used by the virtual machine.

Functions

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