命名空间:microsoft.graph
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| Get | richLongRunningOperation | 获取网站或列表上长时间运行的丰富作的状态。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| createdDateTime | DateTimeOffset | 创建此作的日期和时间。 |
| error | publicError | 导致作失败的错误。 |
| id | String | 作的唯一标识符。 继承自 entity。 |
| lastActionDateTime | DateTimeOffset | 对此作执行最后一个作的日期和时间。 |
| percentageComplete | Int32 | 一个介于 0 和 100 之间的值,指示作进度。 |
| resourceId | String | 结果的唯一标识符。 |
| resourceLocation | String | 资源的规范 URL。 |
| status | longRunningOperationStatus | 长时间运行的作的状态。 可能的值包括 notStarted、running、succeeded、failed、unknownFutureValue。 |
| statusDetail | String | 有关状态值的详细信息。 |
| type | String | 作的类型。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.richLongRunningOperation",
"createdDateTime": "String (timestamp)",
"error": {
"@odata.type": "microsoft.graph.publicError"
},
"id": "String (identifier)",
"lastActionDateTime": "String (timestamp)",
"percentageComplete": "Integer",
"resourceId": "String",
"resourceLocation": "String",
"status": "String",
"statusDetail": "String",
"type": "String"
}