DeployedServicePackageHealthStateFilter Class

Definition

Filter for DeployedServicePackageHealthState objects.

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

Remarks

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

Constructors

DeployedServicePackageHealthStateFilter()

Initializes a new instance of the DeployedServicePackageHealthStateFilter class.

Properties

HealthStateFilter

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

ServiceManifestNameFilter

Gets or sets the service manifest name filter.

ServicePackageActivationIdFilter

Gets or sets the service package ActivationId filter.

Methods

ToString()

Returns a string representation of the filter.

Applies to