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

ClusterHealthChunkQueryDescription.NodeFilters 属性

定义

获取要应用于节点子运行状况状态的 的列表 NodeHealthStateFilter

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

属性值

要应用于节点子级运行状况状态的 的列表 NodeHealthStateFilter

注解

与筛选器匹配的所有节点子级都将作为群集的子级返回。 如果为空,则不返回任何节点。

适用于