DataDiskConfigurationCreateParameters.HostCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Gets or sets host caching option for a data disk within the VM Image. 'ReadOnly', 'ReadWrite', or 'None'.If this parameter is specified you must also specify the Name for the DataDiskConfiguration you want to change.
public string HostCaching { get; set; }
member this.HostCaching : string with get, set
Public Property HostCaching As String