ReplicaHealthState 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.
Represents a base class for stateful service replica or stateless service instance health state.
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthState))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthState))]
public abstract class ReplicaHealthState : System.Fabric.Health.EntityHealthState
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatefulServiceReplicaHealthState))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Health.StatelessServiceInstanceHealthState))>]
type ReplicaHealthState = class
inherit EntityHealthState
Public MustInherit Class ReplicaHealthState
Inherits EntityHealthState
- Inheritance
- Derived
- Attributes
Constructors
ReplicaHealthState(ServiceKind) |
Initializes a new instance of the ReplicaHealthState class. |
Properties
AggregatedHealthState |
Gets the aggregated health state computed by Health Manager based on all reported events and the desired policy. (Inherited from EntityHealthState) |
Id |
Gets the stateful replica ID or stateless service instance ID. |
Kind |
Gets the kind of the service replica. |
PartitionId |
Gets the partition ID. |
Methods
ToString() |
Creates a string description of the replica health state. |
Applies to
Azure SDK for .NET