共用方式為


SoftDeletePolicy.IsSoftDeleteEnabled Property

Definition

Gets or sets enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.

[Newtonsoft.Json.JsonProperty(PropertyName="isSoftDeleteEnabled")]
public bool? IsSoftDeleteEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSoftDeleteEnabled")>]
member this.IsSoftDeleteEnabled : Nullable<bool> with get, set
Public Property IsSoftDeleteEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to