共用方式為


Server.PointInTimeUTC Property

Definition

Gets or sets restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore'.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.pointInTimeUTC")]
public DateTime? PointInTimeUTC { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.pointInTimeUTC")>]
member this.PointInTimeUTC : Nullable<DateTime> with get, set
Public Property PointInTimeUTC As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to