ServiceHealthStateChunk Class
Represents the health state chunk of a service, which contains the service name, its aggregated health state and any partitions that respect the filters in the cluster health chunk query description.
- Inheritance
-
azure.servicefabric.models._models_py3.EntityHealthStateChunkServiceHealthStateChunk
Constructor
ServiceHealthStateChunk(*, health_state=None, service_name: Optional[str] = None, partition_health_state_chunks=None, **kwargs)
Parameters
- health_state
- str or HealthState
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'
- service_name
- str
The name of the service whose health state chunk is provided in this object.
- partition_health_state_chunks
- PartitionHealthStateChunkList
The list of partition health state chunks belonging to the service that respect the filters in the cluster health chunk query description.
Feedback
Submit and view feedback for