Share via


OperationProgressResult interface

Represents Operation Results API Response

Extends

Properties

objectType

Identifies the type of source operation

Inherited Properties

endTime

The end time of the operation.

error

If present, details of the operation error.

id

Fully qualified ID for the async operation.

name

Name of the async operation.

operations

The operations list.

percentComplete

Percent of the operation that is complete.

resourceId

Fully qualified ID of the resource against which the original async operation was started. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

The start time of the operation.

status

Operation status.

Property Details

objectType

Identifies the type of source operation

objectType?: string

Property Value

string

Inherited Property Details

endTime

The end time of the operation.

endTime?: Date

Property Value

Date

Inherited From OperationStatusResult.endTime

error

If present, details of the operation error.

error?: ErrorDetail

Property Value

Inherited From OperationStatusResult.error

id

Fully qualified ID for the async operation.

id?: string

Property Value

string

Inherited From OperationStatusResult.id

name

Name of the async operation.

name?: string

Property Value

string

Inherited From OperationStatusResult.name

operations

The operations list.

operations?: OperationStatusResult[]

Property Value

Inherited From OperationStatusResult.operations

percentComplete

Percent of the operation that is complete.

percentComplete?: number

Property Value

number

Inherited From OperationStatusResult.percentComplete

resourceId

Fully qualified ID of the resource against which the original async operation was started. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId?: string

Property Value

string

Inherited From OperationStatusResult.resourceId

startTime

The start time of the operation.

startTime?: Date

Property Value

Date

Inherited From OperationStatusResult.startTime

status

Operation status.

status: string

Property Value

string

Inherited From OperationStatusResult.status