命名空间:microsoft.graph.windowsUpdates
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示与 Windows 产品相关的已知问题。 有关已知问题的示例,请参阅Windows 11版本 22H2 已知问题和通知。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 说明 | String | 特定已知问题的说明。 |
| id | String | 条目的唯一标识符。 此为只读属性。 |
| lastUpdatedDateTime | DateTimeOffset | 上次更新已知问题的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。 |
| resolvedDateTime | DateTimeOffset | 解决或缓解已知问题的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| startDateTime | DateTimeOffset | 首次报告已知问题的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| status | microsoft.graph.windowsUpdates.windowsReleaseHealthStatus | 已知问题的状态。 |
| title | String | 已知问题的标题。 |
| webViewUrl | String | Microsoft 365 管理中心上的 Windows 版本运行状况仪表板中已知问题的 URL。 |
windowsReleaseHealthStatus 值
| 成员 | 说明 |
|---|---|
| 已解决 | Microsoft 解决了已知问题。 |
| mitigatedExternal | 外部实体缓解了已知问题。 |
| 减轻 | Microsoft 缓解了已知问题。 |
| resolvedExternal | 外部实体解决了已知问题。 |
| 证实 | Microsoft 确认了已知问题。 |
| 报道 | Microsoft 确认已报告已知问题。 |
| 正在调查 | Microsoft 正在调查已知问题。 |
| unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| knownIssueHistories | microsoft.graph.windowsUpdates.knownIssueHistoryItem 集合 | 已知问题历史记录的列表。 |
| originatingKnowledgeBaseArticle | microsoft.graph.windowsUpdates.knowledgeBaseArticle 集合 | 首次报告已知问题时与版本关联的知识库文章。 |
| resolvingKnowledgeBaseArticle | microsoft.graph.windowsUpdates.knowledgeBaseArticle 集合 | 解决或缓解已知问题时与版本关联的知识库文章。 |
| safeguardHoldIds | Int32 集合 | 与已知问题关联的保护保留 ID 列表。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.windowsUpdates.knowsIssue",
"description": "String",
"id": "String (identifier)",
"lastUpdatedDateTime": "String (timestamp)",
"resolvedDateTime": "String (timestamp)",
"startDateTime": "String (timestamp)",
"status": "String",
"title": "String",
"webViewUrl": "String"
}