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"
  }
}