serviceHealthIssuePost 资源类型

命名空间:microsoft.graph

表示服务运行状况问题 中的历史文章

属性

属性 类型 说明
createdDateTime DateTimeOffset 文章的发布时间。
说明 itemBody 服务问题帖子的内容。
postType postType 服务问题历史文章的帖子类型。 可取值为:regularquickstrategicunknownFutureValue

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.serviceHealthIssuePost",
  "createdDateTime": "String (timestamp)",
  "postType": "String",
  "description": {
    "@odata.type": "microsoft.graph.itemBody"
  }
}