Diff Disk Settings Args
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
Specifies the ephemeral disk settings for operating system disk.
Link copied to clipboard
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://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.