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: Date
Property Value
Date
error
etag
Operation ETag.
etag?: string
Property Value
string
lastActionDateTime
Date and time in UTC when the operation status was last updated.
lastActionDateTime: Date
Property Value
Date
operationId
Operation Id.
operationId: string
Property Value
string
resourceLocation
Location of the imported update when operation is successful.
resourceLocation?: string
Property Value
string
status
Operation status.
status: string
Property Value
string
traceId
Operation correlation identity that can used by Microsoft Support for troubleshooting.
traceId?: string
Property 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
Property Value
Azure SDK for JavaScript