StatelessServiceInstanceHealth 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.
Describes the health of a stateless instance as returned by GetReplicaHealthAsync(ReplicaHealthQueryDescription).
public sealed class StatelessServiceInstanceHealth : System.Fabric.Health.ReplicaHealth
type StatelessServiceInstanceHealth = class
inherit ReplicaHealth
Public NotInheritable Class StatelessServiceInstanceHealth
Inherits ReplicaHealth
- Inheritance
Properties
AggregatedHealthState |
Gets the entity aggregated health state. (Inherited from EntityHealth) |
HealthEvents |
Gets the health events reported on the entity. (Inherited from EntityHealth) |
Id |
Gets the stateful replica ID or the stateless service instance ID. (Inherited from ReplicaHealth) |
InstanceId |
Gets the instance ID of the stateless service instance. |
Kind |
Gets the kind of the replica, either stateless or stateful. Based on this, the replica health can be converted to either StatefulServiceReplicaHealth or StatelessServiceInstanceHealth. (Inherited from ReplicaHealth) |
PartitionId |
Gets the partition identifier. (Inherited from ReplicaHealth) |
UnhealthyEvaluations |
Gets the unhealthy evaluations that show why the current aggregated health state was returned by Health Manager. (Inherited from EntityHealth) |
Methods
AddUnhealthyEvaluationsString(StringBuilder) |
Given a StringBuilder, appends a string that describes unhealthy evaluations, if any. (Inherited from EntityHealth) |
ToString() |
Gets a string representation of the ReplicaHealth. (Inherited from ReplicaHealth) |
Applies to
Azure SDK for .NET