Class ValidateProbeOutputInner

java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.ValidateProbeOutputInner

public final class ValidateProbeOutputInner extends Object
Output of the validate probe API.
  • Constructor Details

    • ValidateProbeOutputInner

      public ValidateProbeOutputInner()
  • Method Details

    • isValid

      public Boolean isValid()
      Get the isValid property: Indicates whether the probe URL is accepted or not.
      Returns:
      the isValid value.
    • errorCode

      public String errorCode()
      Get the errorCode property: Specifies the error code when the probe url is not accepted.
      Returns:
      the errorCode value.
    • message

      public String message()
      Get the message property: The detailed error message describing why the probe URL is not accepted.
      Returns:
      the message value.
    • validate

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