Interface AppAvailabilityInfo


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

      • nameAvailable

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

        String 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

        AppAvailabilityInfoInner innerModel()
        Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppAvailabilityInfoInner object.
        Returns:
        the inner object.