OperationResult interface

Operation Result Entity.

Properties

endTime

The operation end time (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.

error

Operation result error properties.

id

ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name

Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink

The URL to get the next set of results. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete

Percentage completed. NOTE: This property will not be serialized. It can only be populated by the server.

properties

Operation result properties.

startTime

The operation start time (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of operation. NOTE: This property will not be serialized. It can only be populated by the server.

value

A list of results when the operation returns multiple results. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endTime

The operation end time (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

Property Value

Date

error

Operation result error properties.

error?: OperationResultErrorProperties

Property Value

id

ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

name

Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

The URL to get the next set of results. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

percentComplete

Percentage completed. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete?: number

Property Value

number

properties

Operation result properties.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>

startTime

The operation start time (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date

status

The status of operation. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

value

A list of results when the operation returns multiple results. NOTE: This property will not be serialized. It can only be populated by the server.

value?: Record<string, unknown>[]

Property Value

Record<string, unknown>[]