Interface IotHubNameAvailabilityInfo


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

      • nameAvailable

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

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

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