次の方法で共有


AzureWorkloadSQLRestoreRequest.IsNonRecoverable プロパティ

定義

復元操作の試行時に回復なしを設定することをユーザーが選択できる SQL 固有のプロパティを取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象