次の方法で共有


BackupResourceConfig.DedupState プロパティ

定義

コンテナーの Dedup 状態を取得または設定します。 使用可能な値には、'Invalid'、'Enabled'、'Disabled' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="dedupState")]
public string DedupState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dedupState")>]
member this.DedupState : string with get, set
Public Property DedupState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象