Class CheckNameAvailabilityOutputInner

java.lang.Object
com.azure.resourcemanager.support.fluent.models.CheckNameAvailabilityOutputInner

public final class CheckNameAvailabilityOutputInner extends Object
Output of check name availability API.
  • Constructor Details

    • CheckNameAvailabilityOutputInner

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

    • nameAvailable

      public Boolean nameAvailable()
      Get the nameAvailable property: Indicates whether the name is available.
      Returns:
      the nameAvailable value.
    • reason

      public String reason()
      Get the reason property: The reason why the name is not available.
      Returns:
      the reason value.
    • message

      public String message()
      Get the message property: The detailed error message describing why the name is not available.
      Returns:
      the message value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.