다음을 통해 공유


VirtualMachineDataDiskUpdateParameters.HostCaching 속성

 

필수 사항입니다. 읽기/쓰기 효율성에 대한 데이터 디스크 Blob의 플랫폼 캐싱 동작을 지정합니다. 기본값은 ReadOnly입니다. 가능한 값은 다음과 같습니다. 없음, 읽기 전용 또는 ReadWrite입니다. 경고: 이 속성을 설정하면 디스크 일관성에 영향을 주게 됩니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

public string HostCaching { get; set; }
public:
property String^ HostCaching {
    String^ get();
    void set(String^ value);
}
member HostCaching : string with get, set
Public Property HostCaching As String

속성 값

Type: System.String

참고 항목

VirtualMachineDataDiskUpdateParameters 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동