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

EntityHealth.HealthEvents 属性

定义

获取实体上报告的运行状况事件。

public System.Collections.Generic.IList<System.Fabric.Health.HealthEvent> HealthEvents { get; }
member this.HealthEvents : System.Collections.Generic.IList<System.Fabric.Health.HealthEvent>
Public ReadOnly Property HealthEvents As IList(Of HealthEvent)

属性值

实体上报告的运行状况事件。

注解

运行状况事件是根据发送到运行状况存储的运行状况报告创建的。 它们包含由运行状况存储添加的其他元数据。

适用于