VaultPatchProperties.EnableSoftDelete 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 recoverable deletion ('soft' delete) is enabled for this key vault. The property may not be set to false.
[Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Origin(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.PropertyOrigin.Owned)]
public bool? EnableSoftDelete { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Origin(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.PropertyOrigin.Owned)>]
member this.EnableSoftDelete : Nullable<bool> with get, set
Public Property EnableSoftDelete As Nullable(Of Boolean)
Property Value
Implements
- Attributes