ServiceHealthStateFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |