ReplicaHealthState Class

Represents a base class for stateful service replica or stateless service instance health state.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: StatefulServiceReplicaHealthState, StatelessServiceInstanceHealthState

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthState
ReplicaHealthState

Constructor

ReplicaHealthState(*, aggregated_health_state=None, partition_id: Optional[str] = None, **kwargs)

Parameters

aggregated_health_state
str or HealthState
Required

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

partition_id
str
Required

The ID of the partition to which this replica belongs.

service_kind
str
Required

Required. Constant filled by server.