Share via


DeployedApplicationHealthStateFilter Class

Definition

Filter for DeployedApplicationHealthState objects.

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

Remarks

The health state chunk queries can specify a list of deployed application filters to fine-grain select the deployed applications that should be included in the query result. Note that all the deployed applications are used to evaluate parents' aggregated health state, regardless of the filter passed in.

Constructors

DeployedApplicationHealthStateFilter()

Initializes a new instance of the DeployedApplicationHealthStateFilter class.

Properties

DeployedServicePackageFilters

Gets the list of DeployedServicePackageHealthStateFilter to be applied to the deployed service package health states.

HealthStateFilter

Gets or sets filter for the aggregated health state of the DeployedApplicationHealthState entries in the collection.

NodeNameFilter

Gets or sets the node name filter.

Methods

ToString()

Returns a string representation of the filter.

Applies to