serviceHealthIssuePost 资源类型
命名空间:microsoft.graph
表示 服务运行状况问题中的历史帖子。
属性
属性 | 类型 | 说明 |
---|---|---|
createdDateTime | DateTimeOffset | 帖子的发布时间。 |
说明 | itemBody | 服务问题帖子的内容。 contentType 属性 html 支持的值为 。 |
postType | postType | 服务问题历史帖子的帖子类型。 可能的值是:regular 、quick 、strategic 、unknownFutureValue 。 |
Relationships
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.serviceHealthIssuePost",
"createdDateTime": "String (timestamp)",
"postType": "String",
"description": {
"@odata.type": "microsoft.graph.itemBody"
}
}