Share via


DeployedApplicationHealthStatesFilter Class

Definition

Represents the filter for DeployedApplicationHealthState objects.

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

Remarks

The filter can be used in ApplicationHealthQueryDescription to specify which deployed application children should be returned as part of ApplicationHealth.

Constructors

DeployedApplicationHealthStatesFilter()

Initializes a new instance of the DeployedApplicationHealthStatesFilter class.

Properties

HealthStateFilter
Obsolete.

DEPRECATED. Gets or sets the filter for the aggregated health state of the DeployedApplicationHealthState 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 DeployedApplicationHealthState entries in the collection.

Methods

ToString()

Returns a string representation of the filter.

Applies to