Interface NameAvailability


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

      • message

        String message()
        Gets the message property: Error Message.
        Returns:
        the message value.
      • nameAvailable

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

        String reason()
        Gets the reason property: Reason for name being unavailable.
        Returns:
        the reason value.
      • innerModel

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