Share via


CachingTypes type

Specifies the caching requirements.
KnownCachingTypes can be used interchangeably with CachingTypes, this enum contains the known values that the service supports.

Known values supported by the service

None: 'None' is default for Standard Storage
ReadOnly: 'ReadOnly' is default for Premium Storage
ReadWrite: 'ReadWrite' is default for OS Disk

type CachingTypes = string