HealthStateFilter Enum

Definition

Enumerates filters for parameters of type HealthState. This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum HealthStateFilter
[<System.Flags>]
type HealthStateFilter = 
Public Enum HealthStateFilter
Inheritance
HealthStateFilter
Attributes

Fields

All 65535

Filter that matches any HealthState.

Default 0

Default value. Depending on usage, may match any HealthState or none.

Error 8

Filter that matches input with value Error.

None 1

Filter that doesn’t match any HealthStateFilter. Used in order to return no results on a given collection of states.

Ok 2

Filter that matches input with value Ok.

Warning 4

Filter that matches input with value Warning.

Applies to