Class ValidateProbeInput

java.lang.Object
com.microsoft.azure.management.cdn.ValidateProbeInput

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

    • ValidateProbeInput

      public ValidateProbeInput()
  • Method Details

    • probeURL

      public String probeURL()
      Get the probe URL to validate.
      Returns:
      the probeURL value
    • withProbeURL

      public ValidateProbeInput withProbeURL(String probeURL)
      Set the probe URL to validate.
      Parameters:
      probeURL - the probeURL value to set
      Returns:
      the ValidateProbeInput object itself.