DeployedServicePackageHealthStatesFilter Class

Definition

Represents the filter for DeployedServicePackageHealthState objects.

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

Remarks

The filter can be used in DeployedApplicationHealthQueryDescription to specify which deployed service package children should be returned as part of DeployedApplicationHealth.

Constructors

DeployedServicePackageHealthStatesFilter()

Initializes a new instance of the DeployedServicePackageHealthStatesFilter class.

Properties

HealthStateFilter
Obsolete.

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

Methods

ToString()

Returns a string representation of the filter.

Applies to