Class SessionHostHealthCheckReport

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.models.SessionHostHealthCheckReport

public final class SessionHostHealthCheckReport extends Object
The report for session host information.
  • Constructor Details

    • SessionHostHealthCheckReport

      public SessionHostHealthCheckReport()
  • Method Details

    • healthCheckName

      public HealthCheckName healthCheckName()
      Get the healthCheckName property: Represents the name of the health check operation performed.
      Returns:
      the healthCheckName value.
    • healthCheckResult

      public HealthCheckResult healthCheckResult()
      Get the healthCheckResult property: Represents the Health state of the health check we performed.
      Returns:
      the healthCheckResult value.
    • additionalFailureDetails

      public SessionHostHealthCheckFailureDetails additionalFailureDetails()
      Get the additionalFailureDetails property: Additional detailed information on the failure.
      Returns:
      the additionalFailureDetails value.
    • validate

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