onenoteOperation 资源类型
命名空间:microsoft.graph
某些长时间运行的 OneNote 操作的状态。
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"
}
属性
属性 | 类型 | 说明 |
---|---|---|
createdDateTime | DateTimeOffset | 操作的开始时间。 |
error | onenoteOperationError | 操作返回的错误。 |
id | string | 操作 ID。只读。 |
lastActionDateTime | DateTimeOffset | 操作的最后一个操作的时间。 |
percentComplete | string | 如果操作仍处于 running 状态,则操作完成百分比。 |
resourceId | string | 资源 ID。 |
resourceLocation | string | 对象的资源 URI。 例如,复制的页面或节的资源 URI。 |
status | operationStatus | 操作的当前状态: NotStarted 、 Running 、 Completed 、 Failed 。 |
关系
无
方法
方法 | 返回类型 | 说明 |
---|---|---|
获取操作 | onenoteOperation | 获取操作的状态。 |