AzureIaaSVMProtectedItem.LastBackupTime Property

Definition

Gets or sets timestamp of the last backup operation on this backup item.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to