Class ValidateProbeInput

java.lang.Object
com.azure.resourcemanager.cdn.models.ValidateProbeInput

public final class ValidateProbeInput extends Object
Input of the validate probe API.
  • Constructor Details

    • ValidateProbeInput

      public ValidateProbeInput()
      Creates an instance of ValidateProbeInput class.
  • Method Details

    • probeUrl

      public String probeUrl()
      Get the probeUrl property: The probe URL to validate.
      Returns:
      the probeUrl value.
    • withProbeUrl

      public ValidateProbeInput withProbeUrl(String probeUrl)
      Set the probeUrl property: The probe URL to validate.
      Parameters:
      probeUrl - the probeUrl value to set.
      Returns:
      the ValidateProbeInput object itself.
    • validate

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