NodeHealthStatesFilter Class
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.
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
Azure SDK for .NET