次の方法で共有


GalleryDiskImage.HostCaching プロパティ

定義

ディスクのホスト キャッシュを取得または設定します。 有効な値は、'None'、'ReadOnly'、および 'ReadWrite' です。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象