ApplicationHealthStateChunk Class

Represents the health state chunk of a application. The application health state chunk contains the application name, its aggregated health state and any children services and deployed applications that respect the filters in cluster health chunk query description.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthStateChunk
ApplicationHealthStateChunk

Constructor

ApplicationHealthStateChunk(*, health_state=None, application_name: Optional[str] = None, application_type_name: Optional[str] = None, service_health_state_chunks=None, deployed_application_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'

application_name
str
Required

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

application_type_name
str
Required

The application type name as defined in the application manifest.

service_health_state_chunks
ServiceHealthStateChunkList
Required

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

deployed_application_health_state_chunks
DeployedApplicationHealthStateChunkList
Required

The list of deployed application health state chunks in the cluster that respect the filters in the cluster health chunk query description.