LinuxVirtualMachineScaleSetOsDiskDiffDiskSettings

data class LinuxVirtualMachineScaleSetOsDiskDiffDiskSettings(val option: String, val placement: String? = null)

Constructors

constructor(option: String, placement: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Ephemeral Disk Settings for the OS Disk. At this time the only possible value is Local. Changing this forces a new resource to be created.

Link copied to clipboard
val placement: String? = null

Specifies where to store the Ephemeral Disk. Possible values are CacheDisk and ResourceDisk. Defaults to CacheDisk. Changing this forces a new resource to be created.