Class NameAvailabilityInformationInner

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.NameAvailabilityInformationInner

public final class NameAvailabilityInformationInner extends Object
Data Lake Analytics account name availability result information.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of NameAvailabilityInformationInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the message property: The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
    Get the nameAvailable property: The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.
    Get the reason property: The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NameAvailabilityInformationInner

      public NameAvailabilityInformationInner()
      Creates an instance of NameAvailabilityInformationInner class.
  • Method Details

    • nameAvailable

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

      public String reason()
      Get the reason property: 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 property: The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
      Returns:
      the message value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.