Package version:

Interface OperationStatus

The current status of an async operation

Hierarchy

Properties

endTime?: Date

The end time of the operation.

error?: ErrorDetail

If present, details of the operation error.

id?: string

Fully qualified ID for the async operation.

name?: string

Name of the async operation.

operations?: OperationStatusResult[]

The operations list.

percentComplete?: number

Percent of the operation that is complete.

properties?: Record<string, unknown>

Custom operation properties, populated only for a successful operation. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId?: string

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

startTime?: Date

The start time of the operation.

status: string

Operation status.

Generated using TypeDoc