Class ValidateProbeInput
java.lang.Object
com.azure.resourcemanager.cdn.models.ValidateProbeInput
Input of the validate probe API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprobeUrl()Get the probeUrl property: The probe URL to validate.voidvalidate()Validates the instance.withProbeUrl(String probeUrl) Set the probeUrl property: The probe URL to validate.
-
Constructor Details
-
ValidateProbeInput
public ValidateProbeInput()
-
-
Method Details
-
probeUrl
Get the probeUrl property: The probe URL to validate.- Returns:
- the probeUrl value.
-
withProbeUrl
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.
-