NameAvailabilityInformationInner Class
- java.
lang. Object - com.
azure. resourcemanager. datalakeanalytics. fluent. models. NameAvailabilityInformationInner
- com.
Implements
public final class NameAvailabilityInformationInner
implements JsonSerializable<NameAvailabilityInformationInner>
Data Lake Analytics account name availability result information.
Constructor Summary
| Constructor | Description |
|---|---|
| NameAvailabilityInformationInner() |
Creates an instance of Name |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Name |
fromJson(JsonReader jsonReader)
Reads an instance of Name |
| String |
message()
Get the message property: The message describing why the Data Lake Analytics account name is not available, if name |
| Boolean |
nameAvailable()
Get the name |
| String |
reason()
Get the reason property: The reason why the Data Lake Analytics account name is not available, if name |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NameAvailabilityInformationInner
public NameAvailabilityInformationInner()
Creates an instance of NameAvailabilityInformationInner class.
Method Details
fromJson
public static NameAvailabilityInformationInner fromJson(JsonReader jsonReader)
Reads an instance of NameAvailabilityInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
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:
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:
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:
toJson
validate
public void validate()
Validates the instance.