Class NameAvailabilityInformation
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.NameAvailabilityInformation
Data Lake Analytics account name availability result information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmessage()
Get the message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.Get the Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.reason()
Get the reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
-
Constructor Details
-
NameAvailabilityInformation
public NameAvailabilityInformation()
-
-
Method Details
-
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
Get the reason why the Data Lake Analytics account name is not available, if nameAvailable is false.- Returns:
- the reason value
-
message
Get the message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.- Returns:
- the message value
-