次の方法で共有


LegalHold.AllowProtectedAppendWritesAll プロパティ

定義

有効にすると、訴訟ホールドの保護とコンプライアンスを維持しながら、新しいブロックを 'Append BLOB と Bock BLOB' の両方に書き込むことができます。 新しいブロックを追加することだけができ、既存のブロックを変更したり削除したりすることはできません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象