caching

@JvmName(name = "qikflsawuriwhbqn")
suspend fun caching(value: Output<CachingType>)
@JvmName(name = "daaqujjvxmdjnyfm")
suspend fun caching(value: CachingType?)

Parameters

value

Values are: none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.