次の方法で共有


VirtualMachineScaleSetUpdateOSDisk.Caching プロパティ

定義

キャッシュの種類を取得または設定します。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象