Class NameAvailabilityInformation

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.NameAvailabilityInformation

public class NameAvailabilityInformation extends Object
Data Lake Analytics account name availability result information.
  • Constructor Details

    • NameAvailabilityInformation

      public NameAvailabilityInformation()
  • Method Details

    • nameAvailable

      public Boolean nameAvailable()
      Get 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

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

      public String message()
      Get the message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
      Returns:
      the message value