richLongRunningOperation 资源类型
命名空间: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"
}