Share via


DevOpsDataDisk.Caching Property

Definition

The type of caching to be enabled for the data disks. 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/.

public Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDataDiskCachingType? Caching { get; set; }
member this.Caching : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDataDiskCachingType> with get, set
Public Property Caching As Nullable(Of DevOpsDataDiskCachingType)

Property Value

Applies to