OperationStatus interface 
The status of a long-running operation.
Properties
| end | The end time of the operation. | 
| error | Error response describing why the operation failed. | 
| id | The operation's unique id. | 
| name | The operation's name. | 
| start | The start time of the operation. | 
| status | The current status of the operation. | 
Property Details
		endTime
	 
	The end time of the operation.
endTime?: stringProperty Value
string
error
Error response describing why the operation failed.
error?: ErrorResponseProperty Value
id
The operation's unique id.
id?: stringProperty Value
string
name
The operation's name.
name?: stringProperty Value
string
		startTime
	 
	The start time of the operation.
startTime?: stringProperty Value
string
status
The current status of the operation.
status?: stringProperty Value
string