serviceHealth 资源类型
命名空间:microsoft.graph
表示租户订阅的服务的运行状况信息。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 获取 serviceHealth | serviceHealth | 检索 serviceHealth 对象的属性和 关系。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 服务 ID。 |
| service | String | 服务名称。 使用 列表 healthOverviews 操作获取租户订阅的服务的确切字符串名称。 |
| 状态 | serviceHealthStatus | 显示一性服务运行状况状态。 可能的值是 serviceOperational investigating restoringService :、、、、、、、、、 verifyingService serviceRestored postIncidentReviewPublished serviceDegradation serviceInterruption extendedRecovery falsePositive investigationSuspended resolved mitigatedExternal mitigated resolvedExternal confirmed reported unknownFutureValue 。 有关详细信息,请参阅 serviceHealthStatus 值。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 问题 | collection (serviceHealthIssue) | 服务上发生的问题集合,以及每个问题的详细信息。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.serviceHealth",
"service": "String",
"status": "String",
"id": "String (identifier)"
}
反馈
提交和查看相关反馈