Interface NameAvailability


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.NameAvailabilityInner object.
    Gets the message property: The message of the operation.
    Gets the nameAvailable property: Indicates whether the name is available or not.
    Gets the reason property: The reason of the availability.
  • Method Details

    • 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.webpubsub.fluent.models.NameAvailabilityInner object.
      Returns:
      the inner object.