EndpointHealthData Class
The health data for an endpoint.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelEndpointHealthData
Constructor
EndpointHealthData(*, endpoint_id: str | None = None, health_status: str | _models.EndpointHealthStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
endpoint_id
|
Id of the endpoint. |
health_status
|
The health status code of the endpoint. Known values are: "unknown", "healthy", "unhealthy", and "dead". |
Variables
Name | Description |
---|---|
endpoint_id
|
Id of the endpoint. |
health_status
|
The health status code of the endpoint. Known values are: "unknown", "healthy", "unhealthy", and "dead". |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python