NodeHealthStatesFilter Class

Definition

Represents the filter for NodeHealthState objects.

public sealed class NodeHealthStatesFilter
type NodeHealthStatesFilter = class
Public NotInheritable Class NodeHealthStatesFilter
Inheritance
NodeHealthStatesFilter

Remarks

The filter can be used in ClusterHealthQueryDescription to specify which node children of the cluster should be returned as part of ClusterHealth.

Constructors

NodeHealthStatesFilter()

Initializes a new instance of the NodeHealthStatesFilter class.

Properties

HealthStateFilter
Obsolete.

DEPRECATED. Gets or sets the filter for the aggregated health state of the NodeHealthState entries in the collection. Represents a value obtained from members or bitwise combinations of members of HealthStateFilter.

HealthStateFilterValue

Gets or sets the filter for the aggregated health state of the NodeHealthState entries in the collection.

Methods

ToString()

Returns a string representation of the filter.

Applies to