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.EntityHealthStateChunk
ServiceHealthStateChunk

Constructor

ServiceHealthStateChunk(*, health_state=None, service_name: Optional[str] = None, partition_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'

service_name
str
Required

The name of the service whose health state chunk is provided in this object.

partition_health_state_chunks
PartitionHealthStateChunkList
Required

The list of partition health state chunks belonging to the service that respect the filters in the cluster health chunk query description.