DeployedServicePackageHealthStateChunk Class
Represents the health state chunk of a deployed service package, which contains the service manifest name and the service package aggregated health state.
- Inheritance
-
azure.servicefabric.models._models_py3.EntityHealthStateChunkDeployedServicePackageHealthStateChunk
Constructor
DeployedServicePackageHealthStateChunk(*, health_state=None, service_manifest_name: Optional[str] = None, service_package_activation_id: Optional[str] = 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'
- service_package_activation_id
- str
The ActivationId of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is not specified, in which case it defaults to 'SharedProcess'), then value of ServicePackageActivationId is always an empty string.
Feedback
Submit and view feedback for