次の方法で共有


RestorePointSourceVMDataDisk.Caching プロパティ

定義

キャッシュの種類を取得します。 使用可能な値は、'None'、'ReadOnly'、'ReadWrite' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象