次の方法で共有


VaultProperties.EnablePurgeProtection プロパティ

定義

このコンテナーに対して消去に対する保護を有効にするかどうかを指定するプロパティを取得または設定します。 このプロパティを true に設定すると、このコンテナーとそのコンテンツの消去に対する保護がアクティブになります。Key Vault サービスのみが、回復不可能なハード削除を開始する可能性があります。 この設定は、論理的な削除も有効になっている場合にのみ有効です。 この機能を有効にすることは元に戻すことはできません。つまり、 プロパティは false をその値として受け入れません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象