次の方法で共有


RestorePointCollection.RestorePoints プロパティ

定義

この復元ポイント コレクションの下に作成されたすべての復元ポイントを含むリストを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.restorePoints")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePoint> RestorePoints { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.restorePoints")>]
member this.RestorePoints : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePoint>
Public ReadOnly Property RestorePoints As IList(Of RestorePoint)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象