Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationStatus

Package version

The current status of an async operation

Hierarchy

  • OperationStatus

Index

Properties

Optional endTime

endTime: Date

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

Optional error

Operation Error message

Optional id

id: undefined | string

Fully qualified ID for the operation status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

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

Optional percentComplete

percentComplete: undefined | number

Percent of the operation that is complete NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

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.

Optional startTime

startTime: Date

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

Optional status

status: undefined | string

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

Generated using TypeDoc