RecoveryBackupJobBackupJobStatus
The Job.BackupJobStatus structure represents the status of a backup/restore job.
Properties
Time when the backup was finished. If unset end time is None until backup is finished.
TimeStamp based ID.
Progress of the job in percentage.
Time when the backup was started.
The Job.BackupRestoreProcessState enumerated type defines the possible states of a backup/restore process.
FAILED : Backup/Restore job failed.
INPROGRESS : Backup/Restore job is in progress.
NONE : Backup/Restore job is not started.
SUCCEEDED : Backup/Restore job completed successfully.
Possible values are: FAILED , INPROGRESS , NONE , SUCCEEDED
JSON Example
{
"id": "string",
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"progress": 0,
"start_time": "string",
"state": "FAILED"
}