serviceHealthIssuePost 资源类型

命名空间:microsoft.graph

表示 服务运行状况问题中的历史帖子。

属性

属性 类型 说明
createdDateTime DateTimeOffset 帖子的发布时间。
说明 itemBody 服务问题帖子的内容。 contentType 属性 html支持的值为 。
postType postType 服务问题历史帖子的帖子类型。 可能的值是:regularquickstrategicunknownFutureValue

Relationships

无。

JSON 表示形式

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

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