RecoveryBackupJobReturnResult
The Job.ReturnResult structure contains the result information for the cancel operation.
Properties
status
Required
The Job.ReturnStatus enumerated type defines the return type for the cancel operation. You specify the return status when you return the result of cancel job. See Job.ReturnResult.
FAIL : Cancel operation failed.
WARNING : Cancel operation passed with warnings.
OK : Cancel operation succeeded.
Possible values are: FAIL , WARNING , OK
JSON Example
{
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"status": "FAIL"
}