次の方法で共有


RestorePointInstanceView.DiskRestorePoints プロパティ

定義

ディスク復元ポイントの情報を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="diskRestorePoints")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView> DiskRestorePoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="diskRestorePoints")>]
member this.DiskRestorePoints : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView> with get, set
Public Property DiskRestorePoints As IList(Of DiskRestorePointInstanceView)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象