次の方法で共有


RecoveryPointRehydrationInfo.RehydrationPriority プロパティ

定義

リハイドレートの優先度を取得または設定します。 指定できる値は、'Standard'、'High' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象