你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HealthReport 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示运行状况报告类的基类。
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ApplicationHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ClusterHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.NodeHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.PartitionHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ServiceHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthReport))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthReport))]
public abstract class HealthReport
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ApplicationHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ClusterHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.NodeHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.PartitionHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.ServiceHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthReport))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthReport))>]
type HealthReport = class
Public MustInherit Class HealthReport
- 继承
-
HealthReport
- 派生
- 属性
注解
支持的运行状况报告类型包括:
- ApplicationHealthReport
- ClusterHealthReport
- NodeHealthReport
- PartitionHealthReport
- ServiceHealthReport
- StatelessServiceInstanceHealthReport
- StatefulServiceReplicaHealthReport
可以使用 将报告发送到运行状况存储 ReportHealth(HealthReport)。
构造函数
HealthReport(HealthReportKind, HealthInformation) |
初始化 HealthReport 类的新实例。 |
属性
HealthInformation |
获取描述常见运行状况字段的运行状况信息。 |
Kind |
获取运行状况报告的类型。 |