caching

@JvmName(name = "batexphvwcrdoqpc")
suspend fun caching(value: Output<String>)
@JvmName(name = "aoltrwbovjfavaso")
suspend fun caching(value: String?)

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. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. Possible values are None, ReadOnly and ReadWrite. Defaults to ReadOnly.