OperationResource interface

Operation Resource

Properties

endTime

End time of the operation

error

Required if status == failed or status == canceled. This is the OData v4 error format, used by the RPC and will go into the v2.2 Azure REST API guidelines. The full set of optional properties (e.g. inner errors / details) can be found in the "Error Response" section.

id

It should match what is used to GET the operation result

name

It must match the last segment of the "id" field, and will typically be a GUID / system generated value

properties

End time of the operation

startTime

Start time of the operation

status

Property Details

endTime

End time of the operation

endTime?: Date

Property Value

Date

error

Required if status == failed or status == canceled. This is the OData v4 error format, used by the RPC and will go into the v2.2 Azure REST API guidelines. The full set of optional properties (e.g. inner errors / details) can be found in the "Error Response" section.

error?: ErrorModel

Property Value

id

It should match what is used to GET the operation result

id?: string

Property Value

string

name

It must match the last segment of the "id" field, and will typically be a GUID / system generated value

name?: string

Property Value

string

properties

End time of the operation

properties?: OperationExtendedInfoUnion

Property Value

startTime

Start time of the operation

startTime?: Date

Property Value

Date

status

status?: string

Property Value

string