你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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