次の方法で共有


DiskExclusionProperties.IsInclusionList プロパティ

定義

DiskLunList をバックアップに含めるか、バックアップから除外するかを示すフラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="isInclusionList")]
public bool? IsInclusionList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isInclusionList")>]
member this.IsInclusionList : Nullable<bool> with get, set
Public Property IsInclusionList As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象