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.EntityHealthStateChunkApplicationHealthStateChunk
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
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_type_name
- str
The application type name as defined in the application manifest.
- service_health_state_chunks
- ServiceHealthStateChunkList
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
The list of deployed application health state chunks in the cluster that respect the filters in the cluster health chunk query description.
Feedback
Submit and view feedback for