Class HealthCheck

java.lang.Object
com.azure.resourcemanager.devcenter.models.HealthCheck

public final class HealthCheck extends Object
An individual health check item.
  • Constructor Details

    • HealthCheck

      public HealthCheck()
  • Method Details

    • status

      public HealthCheckStatus status()
      Get the status property: The status of the health check item.
      Returns:
      the status value.
    • displayName

      public String displayName()
      Get the displayName property: The display name of this health check item.
      Returns:
      the displayName value.
    • startDateTime

      public OffsetDateTime startDateTime()
      Get the startDateTime property: Start time of health check item.
      Returns:
      the startDateTime value.
    • endDateTime

      public OffsetDateTime endDateTime()
      Get the endDateTime property: End time of the health check item.
      Returns:
      the endDateTime value.
    • errorType

      public String errorType()
      Get the errorType property: The type of error that occurred during this health check.
      Returns:
      the errorType value.
    • recommendedAction

      public String recommendedAction()
      Get the recommendedAction property: The recommended action to fix the corresponding error.
      Returns:
      the recommendedAction value.
    • additionalDetails

      public String additionalDetails()
      Get the additionalDetails property: Additional details about the health check or the recommended action.
      Returns:
      the additionalDetails value.
    • validate

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