IConfigurationStoreProperties.EnablePurgeProtection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property specifying whether protection against purge is enabled for this configuration store.
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="Property specifying whether protection against purge is enabled for this configuration store.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enablePurgeProtection")]
public bool? EnablePurgeProtection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="Property specifying whether protection against purge is enabled for this configuration store.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enablePurgeProtection")>]
member this.EnablePurgeProtection : Nullable<bool> with get, set
Public Property EnablePurgeProtection As Nullable(Of Boolean)
Property Value
- Attributes