BackupItem::Status Property

 

Optional. The status of the backup - e.g. Succeeded or Failed

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property BackupItemStatus Status {
	BackupItemStatus get();
	void set(BackupItemStatus value);
}
Return to top
Show: