diff --git a/iothub/resource-manager/v2018_04_01/src/main/java/com/microsoft/azure/management/iothub/v2018_04_01/implementation/EndpointHealthDataInner.java b/iothub/resource-manager/v2018_04_01/src/main/java/com/microsoft/azure/management/iothub/v2018_04_01/implementation/EndpointHealthDataInner.java index 12db3e47cc29..68df54648515 100644 --- a/iothub/resource-manager/v2018_04_01/src/main/java/com/microsoft/azure/management/iothub/v2018_04_01/implementation/EndpointHealthDataInner.java +++ b/iothub/resource-manager/v2018_04_01/src/main/java/com/microsoft/azure/management/iothub/v2018_04_01/implementation/EndpointHealthDataInner.java @@ -22,18 +22,8 @@ public class EndpointHealthDataInner { private String endpointId; /** - * Health statuses have following meanings. The 'healthy' status shows that - * the endpoint is accepting messages as expected. The 'unhealthy' status - * shows that the endpoint is not accepting messages as expected and IoT - * Hub is retrying to send data to this endpoint. The status of an - * unhealthy endpoint will be updated to healthy when IoT Hub has - * established an eventually consistent state of health. The 'dead' status - * shows that the endpoint is not accepting messages, after IoT Hub retried - * sending messages for the retrial period. See IoT Hub metrics to identify - * errors and monitor issues with endpoints. The 'unknown' status shows - * that the IoT Hub has not established a connection with the endpoint. No - * messages have been delivered to or rejected from this endpoint. Possible - * values include: 'unknown', 'healthy', 'unhealthy', 'dead'. + * The health status code of the endpoint. Possible values include: + * 'unknown', 'healthy', 'unhealthy', 'dead'. */ @JsonProperty(value = "healthStatus") private EndpointHealthStatus healthStatus; @@ -59,7 +49,7 @@ public EndpointHealthDataInner withEndpointId(String endpointId) { } /** - * Get health statuses have following meanings. The 'healthy' status shows that the endpoint is accepting messages as expected. The 'unhealthy' status shows that the endpoint is not accepting messages as expected and IoT Hub is retrying to send data to this endpoint. The status of an unhealthy endpoint will be updated to healthy when IoT Hub has established an eventually consistent state of health. The 'dead' status shows that the endpoint is not accepting messages, after IoT Hub retried sending messages for the retrial period. See IoT Hub metrics to identify errors and monitor issues with endpoints. The 'unknown' status shows that the IoT Hub has not established a connection with the endpoint. No messages have been delivered to or rejected from this endpoint. Possible values include: 'unknown', 'healthy', 'unhealthy', 'dead'. + * Get the health status code of the endpoint. Possible values include: 'unknown', 'healthy', 'unhealthy', 'dead'. * * @return the healthStatus value */ @@ -68,7 +58,7 @@ public EndpointHealthStatus healthStatus() { } /** - * Set health statuses have following meanings. The 'healthy' status shows that the endpoint is accepting messages as expected. The 'unhealthy' status shows that the endpoint is not accepting messages as expected and IoT Hub is retrying to send data to this endpoint. The status of an unhealthy endpoint will be updated to healthy when IoT Hub has established an eventually consistent state of health. The 'dead' status shows that the endpoint is not accepting messages, after IoT Hub retried sending messages for the retrial period. See IoT Hub metrics to identify errors and monitor issues with endpoints. The 'unknown' status shows that the IoT Hub has not established a connection with the endpoint. No messages have been delivered to or rejected from this endpoint. Possible values include: 'unknown', 'healthy', 'unhealthy', 'dead'. + * Set the health status code of the endpoint. Possible values include: 'unknown', 'healthy', 'unhealthy', 'dead'. * * @param healthStatus the healthStatus value to set * @return the EndpointHealthDataInner object itself.