ServiceHealthStateFilter Class

Definition

Filter for ServiceHealthState objects.

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

Remarks

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

Constructors

ServiceHealthStateFilter()

Initializes a new instance of the ServiceHealthStateFilter class.

Properties

HealthStateFilter

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

PartitionFilters

Gets the list of PartitionHealthStateFilter to be applied to the partition children health states.

ServiceNameFilter

Gets or sets the service name filter.

Methods

ToString()

Returns a string representation of the filter.

Applies to