Share via


IConfigurationStore.EnablePurgeProtection Property

Definition

Property specifying whether protection against purge is enabled for this configuration store.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="Property specifying whether protection against purge is enabled for this configuration store.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enablePurgeProtection", Update=true)]
public bool? EnablePurgeProtection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="Property specifying whether protection against purge is enabled for this configuration store.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enablePurgeProtection", Update=true)>]
member this.EnablePurgeProtection : Nullable<bool> with get, set
Public Property EnablePurgeProtection As Nullable(Of Boolean)

Property Value

Attributes

Applies to