OperationStatusResult interface  
The current status of an async operation.
Properties
| end | The end time of the operation. | 
| error | If present, details of the operation error. | 
| id | Fully qualified ID for the async operation. | 
| name | Name of the async operation. | 
| operations | The operations list. | 
| percent | Percent of the operation that is complete. | 
| resource | Fully qualified ID of the resource against which the original async operation was started. NOTE: This property will not be serialized. It can only be populated by the server. | 
| start | The start time of the operation. | 
| status | Operation status. | 
Property Details
		endTime
	 
	The end time of the operation.
endTime?: DateProperty Value
Date
error
id
Fully qualified ID for the async operation.
id?: stringProperty Value
string
name
Name of the async operation.
name?: stringProperty Value
string
operations
		percentComplete
	 
	Percent of the operation that is complete.
percentComplete?: numberProperty Value
number
		resourceId
	 
	Fully qualified ID of the resource against which the original async operation was started. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: stringProperty Value
string
		startTime
	 
	The start time of the operation.
startTime?: DateProperty Value
Date
status
Operation status.
status: stringProperty Value
string