名前空間: 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、、RunningCompleted、Failed。 |
リレーションシップ
なし
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| Get 操作 | onenoteOperation | 操作の状態を取得します。 |