OperationResource interface

An operation

Properties

endTime

Operation start time

error

Errors from the operation

id

Operation ID

name

Operation name

percentComplete

Completion percentage of the operation

properties

Operation properties

startTime

Operation start time

status

Operation status

Property Details

endTime

Operation start time

endTime?: Date

Property Value

Date

error

Errors from the operation

error?: ErrorDetail

Property Value

id

Operation ID

id?: string

Property Value

string

name

Operation name

name?: string

Property Value

string

percentComplete

Completion percentage of the operation

percentComplete?: number

Property Value

number

properties

Operation properties

properties?: Record<string, unknown>

Property Value

Record<string, unknown>

startTime

Operation start time

startTime?: Date

Property Value

Date

status

Operation status

status?: string

Property Value

string