NodeHealthStateFilter.HealthStateFilter 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 or sets filter for the aggregated health state of the NodeHealthState entries in the collection.
public System.Fabric.Health.HealthStateFilter HealthStateFilter { get; set; }
member this.HealthStateFilter : System.Fabric.Health.HealthStateFilter with get, set
Public Property HealthStateFilter As HealthStateFilter
Property Value
The filter for the aggregated health state of the NodeHealthState entries in the collection.
Remarks
The health state filter value comes from members or bitwise combination of members of HealthStateFilter. For a node to match the filter, its aggregated health state must match the specified health state filter.
Applies to
Azure SDK for .NET