Interface NameAvailabilityResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.NameAvailabilityResultInner object.
    Gets the message property: The error message of unavailability.
    Gets the nameAvailable property: Indicator of availability of the Microsoft.HDInsight resource name.
    Gets the reason property: The reason of unavailability.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: Indicator of availability of the Microsoft.HDInsight resource name.
      Returns:
      the nameAvailable value.
    • reason

      String reason()
      Gets the reason property: The reason of unavailability.
      Returns:
      the reason value.
    • message

      String message()
      Gets the message property: The error message of unavailability.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.NameAvailabilityResultInner object.
      Returns:
      the inner object.