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

ServiceHealth.PartitionHealthStates 属性

定义

获取当前服务的分区运行状况状态。

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

属性值

当前服务的分区运行状况状态。

注解

仅返回指定) 时遵循 PartitionsFilter (的分区。 如果未指定输入筛选器,则返回所有分区。

评估所有分区以确定服务聚合的运行状况。

适用于