StatelessServiceInstanceHealthState Class
Represents the health state of the stateless service instance, which contains the instance ID and the aggregated health state.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ReplicaHealthStateStatelessServiceInstanceHealthState
Constructor
StatelessServiceInstanceHealthState(*, aggregated_health_state=None, partition_id: Optional[str] = None, replica_id: 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'
- replica_id
- str
Required
Id of the stateless service instance on the wire this field is called ReplicaId.
Feedback
Submit and view feedback for