DiffDiskSettingsArgs

data class DiffDiskSettingsArgs(val option: Output<Either<String, DiffDiskOptions>>? = null, val placement: Output<Either<String, DiffDiskPlacement>>? = null) : ConvertibleToJava<DiffDiskSettingsArgs>

Describes the parameters of ephemeral disk settings that can be specified for operating system disk. Note: The ephemeral disk settings can only be specified for managed disk.

Constructors

Link copied to clipboard
constructor(option: Output<Either<String, DiffDiskOptions>>? = null, placement: Output<Either<String, DiffDiskPlacement>>? = null)

Properties

Link copied to clipboard
val option: Output<Either<String, DiffDiskOptions>>? = null

Specifies the ephemeral disk settings for operating system disk.

Link copied to clipboard
val placement: Output<Either<String, DiffDiskPlacement>>? = null

Specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.

Functions

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