EndpointHealthData Class
The health data for an endpoint.
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". |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python