Interface NameAvailabilityInformation


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.NameAvailabilityInformationInner object.
    Gets the message property: The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
    Gets the nameAvailable property: The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.
    Gets the reason property: The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.
      Returns:
      the nameAvailable value.
    • reason

      String reason()
      Gets the reason property: The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
      Returns:
      the reason value.
    • message

      String message()
      Gets the message property: The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.NameAvailabilityInformationInner object.
      Returns:
      the inner object.