BackupRestoreBaseResultProperties interface
Backup and Restore operation common properties
Properties
| end |
The end time of the backup/restore operation in UTC |
| 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 |
| status | Status of the backup/restore operation |
| status |
The status details of backup/restore operation |
Property Details
endTime
The end time of the backup/restore operation in UTC
endTime?: null | Date
Property Value
null | Date
error
Error encountered, if any, during the backup/restore operation.
error?: ErrorDetail
Property Value
jobId
Identifier for the backup/restore operation.
jobId?: string
Property Value
string
startTime
The start time of the backup/restore operation in UTC
startTime?: Date
Property Value
Date
status
Status of the backup/restore operation
status?: string
Property Value
string
statusDetails
The status details of backup/restore operation
statusDetails?: string
Property Value
string