PartitionHealthStateChunk Class
Represents the health state chunk of a partition, which contains the partition ID, its aggregated health state and any replicas that respect the filters in the cluster health chunk query description.
- Inheritance
-
azure.servicefabric.models._models_py3.EntityHealthStateChunkPartitionHealthStateChunk
Constructor
PartitionHealthStateChunk(*, health_state=None, partition_id: Optional[str] = None, replica_health_state_chunks=None, **kwargs)
Parameters
- 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'
- replica_health_state_chunks
- ReplicaHealthStateChunkList
Required
The list of replica health state chunks belonging to the partition that respect the filters in the cluster health chunk query description.
Feedback
Submit and view feedback for