次の方法で共有


DataDisk.Caching プロパティ

定義

キャッシュ要件を取得または設定します。 使用できる値は、 None、ReadOnly、ReadWrite です。 既定の動作は、 Standard Storage の場合は None です。Premium Storage の ReadOnly.. 使用可能な値は、'None'、'ReadOnly'、'ReadWrite' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象