HostCaching type

디스크의 호스트 캐싱입니다. 유효한 값은 'None', 'ReadOnly' 및 'ReadWrite'입니다.

type HostCaching = "None" | "ReadOnly" | "ReadWrite"