Share via


AzureWorkloadSQLRestoreRequest.IsNonRecoverable Property

Definition

Gets or sets SQL specific property where user can chose to set no-recovery when restore operation is tried

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to