共用方式為


VaultProperties.EnablePurgeProtection Property

Definition

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to