RecoveryRestoreJobRestoreJobStatus
Job.RestoreJobStatus structure Structure representing backup restore status
Properties
integer as int64
progress
Required
percentage complete
state
Required
Job.BackupRestoreProcessState enumerated type Defines state of backup/restore process
FAILED : Failed
INPROGRESS : In progress
NONE : Not started
SUCCEEDED : Completed successfully
Possible values are: FAILED , INPROGRESS , NONE , SUCCEEDED
JSON Example
{
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"progress": 0,
"state": "FAILED"
}