Interface ValidateCustomDomainOutput
public interface ValidateCustomDomainOutput
An immutable client-side representation of ValidateCustomDomainOutput.
-
Method Summary
Modifier and TypeMethodDescriptionGets the customDomainValidated property: Indicates whether the custom domain is valid or not.Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ValidateCustomDomainOutputInner object.message()
Gets the message property: Error message describing why the custom domain is not valid.reason()
Gets the reason property: The reason why the custom domain is not valid.
-
Method Details
-
customDomainValidated
Boolean customDomainValidated()Gets the customDomainValidated property: Indicates whether the custom domain is valid or not.- Returns:
- the customDomainValidated value.
-
reason
String reason()Gets the reason property: The reason why the custom domain is not valid.- Returns:
- the reason value.
-
message
String message()Gets the message property: Error message describing why the custom domain is not valid.- Returns:
- the message value.
-
innerModel
ValidateCustomDomainOutputInner innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ValidateCustomDomainOutputInner object.- Returns:
- the inner object.
-