StatefulServiceReplicaHealthState 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 the health state of the stateful service replica, which contains the replica is and the aggregated health state.
public sealed class StatefulServiceReplicaHealthState : System.Fabric.Health.ReplicaHealthState
type StatefulServiceReplicaHealthState = class
inherit ReplicaHealthState
Public NotInheritable Class StatefulServiceReplicaHealthState
Inherits ReplicaHealthState
- Inheritance
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. (Inherited from ReplicaHealthState) |
Kind |
Gets the kind of the service replica. (Inherited from ReplicaHealthState) |
PartitionId |
Gets the partition ID. (Inherited from ReplicaHealthState) |
ReplicaId |
Gets the replica ID. |
Methods
ToString() |
Creates a string description of the replica health state. (Inherited from ReplicaHealthState) |
Applies to
Azure SDK for .NET