BackupResult interface 
Backup operation Result
Properties
| azure | The Azure blob storage container Uri which contains the backup | 
| backup | The ID of the backup. | 
| end | The end time of the backup/restore operation in UTC NOTE: This property will not be serialized. It can only be populated by the server. | 
| error | Error encountered, if any, during the backup/restore operation. | 
| job | Identifier for the backup/restore operation. | 
| start | The start time of the backup/restore operation in UTC NOTE: This property will not be serialized. It can only be populated by the server. | 
| status | Status of the backup/restore operation NOTE: This property will not be serialized. It can only be populated by the server. | 
| status | The status details of backup/restore operation | 
Property Details
		azureStorageBlobContainerUri
	    
	The Azure blob storage container Uri which contains the backup
azureStorageBlobContainerUri?: stringProperty Value
string
		backupId
	 
	The ID of the backup.
backupId?: stringProperty Value
string
		endTime
	 
	The end time of the backup/restore operation in UTC NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: DateProperty Value
Date
error
Error encountered, if any, during the backup/restore operation.
error?: ErrorDetailProperty Value
		jobId
	 
	Identifier for the backup/restore operation.
jobId?: stringProperty Value
string
		startTime
	 
	The start time of the backup/restore operation in UTC NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: DateProperty Value
Date
status
Status of the backup/restore operation NOTE: This property will not be serialized. It can only be populated by the server.
status?: stringProperty Value
string
		statusDetails
	 
	The status details of backup/restore operation
statusDetails?: stringProperty Value
string