Class ValidateCustomDomainOutputInner

java.lang.Object
com.azure.resourcemanager.frontdoor.fluent.models.ValidateCustomDomainOutputInner

public final class ValidateCustomDomainOutputInner extends Object
Output of custom domain validation.
  • Constructor Details

    • ValidateCustomDomainOutputInner

      public ValidateCustomDomainOutputInner()
      Creates an instance of ValidateCustomDomainOutputInner class.
  • Method Details

    • customDomainValidated

      public Boolean customDomainValidated()
      Get the customDomainValidated property: Indicates whether the custom domain is valid or not.
      Returns:
      the customDomainValidated value.
    • reason

      public String reason()
      Get the reason property: The reason why the custom domain is not valid.
      Returns:
      the reason value.
    • message

      public String 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.