ClusterHealthChunkQueryDescription.NodeFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of NodeHealthStateFilter to be applied to the node children health states.
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)
Property Value
The list of NodeHealthStateFilter to be applied to the node children health states.
Remarks
All node children that match the filter will be returned as children of the cluster. If empty, no node is returned.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET