DataDisk.withCaching(CachingType caching) 方法
定义
Set the default value for caching is readwrite. 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 include: 'none', 'readOnly', 'readWrite'.
public DataDisk withCaching(CachingType caching)
参数
- caching
- CachingType
the caching value to set
返回
the DataDisk object itself.