BackupItem.FinishedTimeStamp Property
Optional. Timestamp when this backup has been finished and a zip file has been uploaded to a storage account.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<DateTime> FinishedTimeStamp { get; set; }
public:
property Nullable<DateTime> FinishedTimeStamp {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
member FinishedTimeStamp : Nullable<DateTime> with get, set
Public Property FinishedTimeStamp As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
See Also
BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top