Partilhar via


IVaultPatchProperties.EnableSoftDelete Property

Definition

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.Runtime.Info(Description="Property specifying whether recoverable deletion ('soft' delete) is enabled for this key vault. The property may not be set to false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enableSoftDelete")]
public bool? EnableSoftDelete { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Info(Description="Property specifying whether recoverable deletion ('soft' delete) is enabled for this key vault. The property may not be set to false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enableSoftDelete")>]
member this.EnableSoftDelete : Nullable<bool> with get, set
Public Property EnableSoftDelete As Nullable(Of Boolean)

Property Value

Attributes

Applies to