BackupItem.FinishedTimeStamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Timestamp when this backup has been finished and a zip file has been uploaded to a storage account.
public DateTime? FinishedTimeStamp { get; set; }
member this.FinishedTimeStamp : Nullable<DateTime> with get, set
Public Property FinishedTimeStamp As Nullable(Of DateTime)