Interface NameAvailabilityInfo


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

      • nameAvailable

        Boolean nameAvailable()
        Gets the nameAvailable property: specifies if a name is available or not.
        Returns:
        the nameAvailable value.
      • reason

        NameUnavailabilityReason reason()
        Gets the reason property: specifies the reason a name is unavailable.
        Returns:
        the reason value.
      • message

        String message()
        Gets the message property: message containing a detailed reason name is unavailable.
        Returns:
        the message value.
      • innerModel

        NameAvailabilityInfoInner innerModel()
        Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.NameAvailabilityInfoInner object.
        Returns:
        the inner object.