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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.