Class HealthCheckStatusDetailsProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.HealthCheckStatusDetailsProperties

public final class HealthCheckStatusDetailsProperties extends Object
Health Check properties.
  • Constructor Details

    • HealthCheckStatusDetailsProperties

      public HealthCheckStatusDetailsProperties()
  • Method Details

    • startDateTime

      public OffsetDateTime startDateTime()
      Get the startDateTime property: Start time of last execution of the health checks.
      Returns:
      the startDateTime value.
    • endDateTime

      public OffsetDateTime endDateTime()
      Get the endDateTime property: End time of last execution of the health checks.
      Returns:
      the endDateTime value.
    • healthChecks

      public List<HealthCheck> healthChecks()
      Get the healthChecks property: Details for each health check item.
      Returns:
      the healthChecks value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.