onenoteOperation 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

某些长时间运行的 OneNote 操作的状态。

方法

方法 返回类型 说明
获取操作 onenoteOperation 获取操作的状态。

属性

属性 类型 说明
createdDateTime DateTimeOffset 操作的开始时间。
error onenoteOperationError 操作返回的错误。
id string 操作 ID。只读。
lastActionDateTime DateTimeOffset 操作的最后一个操作的时间。
resourceId string 资源 ID。
resourceLocation string 对象的资源 URI。 例如,复制的页面或节的资源 URI。
status operationStatus 操作的当前状态: NotStartedRunningCompletedFailed
percentComplete string 如果操作仍处于 running 状态,则操作完成百分比。

关系

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "createdDateTime": "String (timestamp)",
  "error": {"@odata.type": "microsoft.graph.onenoteOperationError"},
  "id": "string (identifier)",
  "lastActionDateTime": "String (timestamp)",
  "resourceId": "string",
  "resourceLocation": "string",
  "status": "string",
  "percentComplete": "string"
}