Interface IotHubNameAvailabilityInfo


public interface IotHubNameAvailabilityInfo
An immutable client-side representation of IotHubNameAvailabilityInfo.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: The value which indicates whether the provided name is available.
      Returns:
      the nameAvailable value.
    • reason

      Gets the reason property: The reason for unavailability.
      Returns:
      the reason value.
    • message

      String message()
      Gets the message property: The detailed reason message.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.iothub.fluent.models.IotHubNameAvailabilityInfoInner object.
      Returns:
      the inner object.