IaasVMRecoveryPoint.RecoveryPointTime Property

Definition

Gets or sets time at which this backup copy was created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to