Share via


UpdateOperationOutput interface

Operation metadata.

Properties

createdDateTime

Date and time in UTC when the operation was created.

error

Operation error encountered, if any.

etag

Operation ETag.

lastActionDateTime

Date and time in UTC when the operation status was last updated.

operationId

Operation Id.

resourceLocation

Location of the imported update when operation is successful.

status

Operation status.

traceId

Operation correlation identity that can used by Microsoft Support for troubleshooting.

update

The 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: string

Property Value

string

error

Operation error encountered, if any.

error?: ErrorModelOutput

Property Value

etag

Operation ETag.

etag?: string

Property Value

string

lastActionDateTime

Date and time in UTC when the operation status was last updated.

lastActionDateTime: string

Property Value

string

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: "NotStarted" | "Running" | "Succeeded" | "Failed"

Property Value

"NotStarted" | "Running" | "Succeeded" | "Failed"

traceId

Operation correlation identity that can used by Microsoft Support for troubleshooting.

traceId?: string

Property Value

string

update

The update being imported or deleted. For import, this property will only be populated after import manifest is processed successfully.

update?: UpdateInfoOutput

Property Value