Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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))]
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
派生
属性

注解

支持的运行状况报告类型包括:

可以使用 将报告发送到运行状况存储 ReportHealth(HealthReport)

构造函数

HealthReport(HealthReportKind, HealthInformation)

初始化 HealthReport 类的新实例。

属性

HealthInformation

获取描述常见运行状况字段的运行状况信息。

Kind

获取运行状况报告的类型。

适用于