PartitionHealthState Class

Represents the health state of a partition, which contains the partition identifier and its aggregated health state.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthState
PartitionHealthState

Constructor

PartitionHealthState(*, 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

Id of the partition whose health state is described by this object.