DeployedApplicationHealthStatesFilter.HealthStateFilterValue 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 the filter for the aggregated health state of the DeployedApplicationHealthState entries in the collection.
public System.Fabric.Health.HealthStateFilter HealthStateFilterValue { get; set; }
member this.HealthStateFilterValue : System.Fabric.Health.HealthStateFilter with get, set
Public Property HealthStateFilterValue As HealthStateFilter
Property Value
The filter for the aggregated health state of the DeployedApplicationHealthState entries.
Remarks
The input collection is filtered to return only entries that respect the desired health state. The filter represents a value obtained from members or bitwise combinations of members of HealthStateFilter.
Applies to
Azure SDK for .NET