DataDisk.Caching 속성

정의

데이터 디스크에 사용할 캐싱 유형을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

값:

none - 디스크의 캐싱 모드를 사용할 수 없습니다. readOnly - 디스크의 캐싱 모드는 읽기 전용입니다. readWrite - 디스크의 캐싱 모드를 읽고 씁니다.

캐싱의 기본값은 none입니다. 캐싱 옵션에 대한 자세한 내용은 다음을 참조하세요. https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 가능한 값은 'None', 'ReadOnly', 'ReadWrite'입니다.

적용 대상