Class ValidateProbeInput
java.lang.Object
com.microsoft.azure.management.cdn.ValidateProbeInput
Input of the validate probe API.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprobeURL()
Get the probe URL to validate.withProbeURL
(String probeURL) Set the probe URL to validate.
-
Constructor Details
-
ValidateProbeInput
public ValidateProbeInput()
-
-
Method Details
-
probeURL
Get the probe URL to validate.- Returns:
- the probeURL value
-
withProbeURL
Set the probe URL to validate.- Parameters:
probeURL
- the probeURL value to set- Returns:
- the ValidateProbeInput object itself.
-