次の方法で共有


AzureWorkloadRestoreRequest.RecoveryMode プロパティ

定義

現在の回復モードがファイルの復元かデータベースの復元かを示す値を取得または設定します。 使用できる値は、'Invalid'、'FileRecovery'、'WorkloadRecovery' です。

[Newtonsoft.Json.JsonProperty(PropertyName="recoveryMode")]
public string RecoveryMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryMode")>]
member this.RecoveryMode : string with get, set
Public Property RecoveryMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象