Operation interface
Operation metadata.
Properties
| created | Date and time in UTC when the operation was created. | 
| error | Operation error encountered, if any. | 
| etag | Operation ETag. | 
| last | Date and time in UTC when the operation status was last updated. | 
| operation | Operation Id. | 
| resource | Location of the imported update when operation is successful. | 
| status | Operation status. | 
| trace | Operation correlation identity that can used by Microsoft Support for troubleshooting. | 
| update | The identity of update being imported or deleted. For import, this property will only be populated after import manifest is processed successfully. | 
Property Details
		createdDateTime
	  
	Date and time in UTC when the operation was created.
createdDateTime: DateProperty Value
Date
error
etag
Operation ETag.
etag?: stringProperty Value
string
		lastActionDateTime
	   
	Date and time in UTC when the operation status was last updated.
lastActionDateTime: DateProperty Value
Date
		operationId
	 
	Operation Id.
operationId: stringProperty Value
string
		resourceLocation
	 
	Location of the imported update when operation is successful.
resourceLocation?: stringProperty Value
string
status
Operation status.
status: stringProperty Value
string
		traceId
	 
	Operation correlation identity that can used by Microsoft Support for troubleshooting.
traceId?: stringProperty Value
string
		updateId
	 
	The identity of update being imported or deleted. For import, this property will only be populated after import manifest is processed successfully.
updateId?: UpdateId