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

설명

디스크에 대한 캐싱 유형입니다. 사용 가능한 값은 없음(기본값), 읽기 전용, readwrite입니다. 캐싱 유형은 Premium Storage를 지원하는 VM 크기에 대해서만 설정할 수 있습니다. 가능한 값은 'none', 'readonly', 'readwrite'입니다.

적용 대상