ApplicationHealthStateFilter Class

Definition

Filter for ApplicationHealthState objects.

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

Remarks

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

Constructors

ApplicationHealthStateFilter()

Initializes a new instance of the ApplicationHealthStateFilter class.

Properties

ApplicationNameFilter

Gets or sets the application name filter.

ApplicationTypeNameFilter

Gets or sets the application type name filter.

DeployedApplicationFilters

Gets the list of DeployedApplicationHealthStateFilter to be applied to the deployed application children health states.

HealthStateFilter

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

ServiceFilters

Gets the list of ServiceHealthStateFilter to be applied to the service children health states.

Methods

ToString()

Returns a string representation of the filter.

Applies to