次の方法で共有


ListRecoveryPointsRecommendedForMoveRequest.ExcludedRPList プロパティ

定義

移動から除外された回復ポイントの一覧を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="excludedRPList")]
public System.Collections.Generic.IList<string> ExcludedRPList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedRPList")>]
member this.ExcludedRPList : System.Collections.Generic.IList<string> with get, set
Public Property ExcludedRPList As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象