你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VaultProperties.EnablePurgeProtection 属性

定义

获取或设置属性,该属性指定是否为此保管库启用清除防护。 将此属性设置为 true 可激活针对此保管库及其内容的清除保护 - 只有密钥保管库服务可能会启动不可恢复的硬删除。 仅当还启用了软删除时,此设置才有效。 启用此功能是不可逆的 - 也就是说,属性不接受 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

适用于