Class ValidateProbeOutputInner
java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.ValidateProbeOutputInner
Output of the validate probe API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the errorCode property: Specifies the error code when the probe url is not accepted.isValid()Get the isValid property: Indicates whether the probe URL is accepted or not.message()Get the message property: The detailed error message describing why the probe URL is not accepted.voidvalidate()Validates the instance.
-
Constructor Details
-
ValidateProbeOutputInner
public ValidateProbeOutputInner()
-
-
Method Details
-
isValid
Get the isValid property: Indicates whether the probe URL is accepted or not.- Returns:
- the isValid value.
-
errorCode
Get the errorCode property: Specifies the error code when the probe url is not accepted.- Returns:
- the errorCode value.
-
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.
-