Interface NameAvailability


  • public interface NameAvailability
    An immutable client-side representation of NameAvailability.
    • Method Detail

      • nameAvailable

        Boolean nameAvailable()
        Gets the nameAvailable property: Indicates whether the name is available or not.
        Returns:
        the nameAvailable value.
      • reason

        String reason()
        Gets the reason property: The reason of the availability. Required if name is not available.
        Returns:
        the reason value.
      • message

        String message()
        Gets the message property: The message of the operation.
        Returns:
        the message value.
      • innerModel

        NameAvailabilityInner innerModel()
        Gets the inner com.azure.resourcemanager.signalr.fluent.models.NameAvailabilityInner object.
        Returns:
        the inner object.