DiffDiskSettings interface
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.
Properties
option | Specifies the ephemeral disk settings for operating system disk. |
placement | Specifies the ephemeral disk placement for operating system disk. |
Property Details
option
Specifies the ephemeral disk settings for operating system disk.
option?: string
Property Value
string
placement
Specifies the ephemeral disk placement for operating system disk.
Possible values are:
CacheDisk
ResourceDisk
Default: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used.
Refer to VM size documentation for Windows VM at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
placement?: string
Property Value
string