ApplicationHealthState Class

Represents the health state of an application, which contains the application identifier and the aggregated health state.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthState
ApplicationHealthState

Constructor

ApplicationHealthState(*, aggregated_health_state=None, 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'

name
str
Required

The name of the application, including the 'fabric:' URI scheme.