workbookOperation resource type

Represents the status of a long-running workbook operation.

Methods

Method Return Type Description
Get workbookOperation workbookOperation Get the operation with {operation-id}.

Properties

Property Type Description
error workbookOperationError The error returned by the operation.
id String The operation ID. Read-only.
resourceLocation String The resource URI for the result.
status String The current status of the operation. Possible values are: NotStarted, Running, Completed, Failed.
StatusCode integer Status code of the operation.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.workbookOperation",
  "error": {
    "@odata.type": "microsoft.graph.workbookOperationError"
  },
  "id": "String (identifier)",
  "resourceLocation": "String",
  "status": "String",
  "statusCode": "Integer"
}