ReplicaHealthStateFilter 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 ReplicaHealthState objects.
public sealed class ReplicaHealthStateFilter
type ReplicaHealthStateFilter = class
Public NotInheritable Class ReplicaHealthStateFilter
- Inheritance
-
ReplicaHealthStateFilter
Remarks
The entity health state chunk queries can specify a list of replica filters to fine-grain select the replicas that should be included in the query result. Note that all the replicas are used to evaluate parents aggregated health state, regardless of the filter passed in.
Constructors
ReplicaHealthStateFilter() |
Initializes a new instance of the ReplicaHealthStateFilter class. |
Properties
HealthStateFilter |
Gets or sets filter for the aggregated health state of the ReplicaHealthState entries in the collection. |
ReplicaOrInstanceIdFilter |
Gets or sets the stateful service replica id or the stateless instance id filter. |
Methods
ToString() |
Returns a string representation of the filter. |
Applies to
Azure SDK for .NET