ServiceHealthState Class

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

Inheritance
azure.servicefabric.models._models_py3.EntityHealthState
ServiceHealthState

Constructor

ServiceHealthState(*, aggregated_health_state=None, service_name: 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'

service_name
str
Required

Name of the service whose health state is represented by this object.