共用方式為


RestorePointCollection.RestorePoints Property

Definition

Gets a list containing all restore points created under this restore point collection.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to