Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Represents the status of a long-running workbook operation.
Methods
| Method | Return Type | Description |
|---|---|---|
| Get | workbookOperation | Get a workbookOperation object. |
Properties
| Property | Type | Description |
|---|---|---|
| error | workbookOperationError | The error returned by the operation. |
| id | String | The identifier for the operation. Read-only. |
| resourceLocation | String | The resource URI for the result. |
| status | String | The current status of the operation. The 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",
"id": "String (identifier)",
"status": "String",
"resourceLocation": "String",
"statusCode": "Integer",
"error": {
"@odata.type": "microsoft.graph.workbookOperationError"
}
}