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

DataDisks.CachingType 属性

定义

获取或设置缓存类型。

[Newtonsoft.Json.JsonProperty(PropertyName="cachingType")]
public Microsoft.Azure.Management.BatchAI.Models.CachingType? CachingType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cachingType")>]
member this.CachingType : Nullable<Microsoft.Azure.Management.BatchAI.Models.CachingType> with get, set
Public Property CachingType As Nullable(Of CachingType)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

磁盘的缓存类型。 可用值为无 (默认) 、readonly、readwrite。 只能为支持高级存储的 VM 大小设置缓存类型。 可能的值包括:“none”、“readonly”、“readwrite”

适用于