serviceAnnouncementBase 资源类型
命名空间:microsoft.graph
这是 serviceHealthIssue 和 serviceUpdateMessage 的抽象基类型。
继承自 entity。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
详细信息 | 集合 (keyValuePair) | 有关服务事件的更多详细信息。 此属性不支持筛选器。 |
endDateTime | DateTimeOffset | 服务事件的结束时间。 |
id | String | 服务事件的 ID。 |
lastModifiedDateTime | DateTimeOffset | 服务事件的上次修改时间。 |
startDateTime | DateTimeOffset | 服务事件的开始时间。 |
title | String | 服务事件的标题。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.serviceAnnouncementBase",
"id": "String (identifier)",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"title": "String",
"details": [
{
"@odata.type": "microsoft.graph.keyValuePair"
}
]
}