Class NameAvailabilityStatusInner

java.lang.Object
com.azure.resourcemanager.appconfiguration.fluent.models.NameAvailabilityStatusInner

public final class NameAvailabilityStatusInner extends Object
The result of a request to check the availability of a resource name.
  • Constructor Details

    • NameAvailabilityStatusInner

      public NameAvailabilityStatusInner()
  • Method Details

    • nameAvailable

      public Boolean nameAvailable()
      Get the nameAvailable property: The value indicating whether the resource name is available.
      Returns:
      the nameAvailable value.
    • message

      public String message()
      Get the message property: If any, the error message that provides more detail for the reason that the name is not available.
      Returns:
      the message value.
    • reason

      public String reason()
      Get the reason property: If any, the reason that the name is not available.
      Returns:
      the reason value.
    • validate

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