BatchVmDataDisk.Caching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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/.
public Azure.ResourceManager.Batch.Models.BatchDiskCachingType? Caching { get; set; }
member this.Caching : Nullable<Azure.ResourceManager.Batch.Models.BatchDiskCachingType> with get, set
Public Property Caching As Nullable(Of BatchDiskCachingType)
Property Value
Applies to
Azure SDK for .NET