Class ValidateCustomDomainOutputInner
java.lang.Object
com.azure.resourcemanager.frontdoor.fluent.models.ValidateCustomDomainOutputInner
Output of custom domain validation.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ValidateCustomDomainOutputInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customDomainValidated property: Indicates whether the custom domain is valid or not.message()
Get the message property: Error message describing why the custom domain is not valid.reason()
Get the reason property: The reason why the custom domain is not valid.void
validate()
Validates the instance.
-
Constructor Details
-
ValidateCustomDomainOutputInner
public ValidateCustomDomainOutputInner()Creates an instance of ValidateCustomDomainOutputInner class.
-
-
Method Details
-
customDomainValidated
Get the customDomainValidated property: Indicates whether the custom domain is valid or not.- Returns:
- the customDomainValidated value.
-
reason
Get the reason property: The reason why the custom domain is not valid.- Returns:
- the reason value.
-
message
Get the message property: Error message describing why the custom domain is not valid.- Returns:
- the message value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-