GalleryDiskImage.HostCaching Property

Definition

Gets or sets the host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to