playPromptOperation 资源类型
命名空间:microsoft.graph
获取 playPrompt 操作结果的 playPrompt 操作。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| clientContext | String | 唯一的客户端上下文字符串。 最大限制为 256 个字符。 |
| id | String | 只读。 |
| resultInfo | resultInfo | 结果信息。 只读。 |
| status | String | 可能的值是:notStarted、running、completed、failed。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"clientContext": "String",
"id": "String (identifier)",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "notStarted | running | completed | failed"
}
反馈
提交和查看相关反馈