NameAvailabilityInformation Interface
public interface NameAvailabilityInformation
An immutable client-side representation of NameAvailabilityInformation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Name |
innerModel()
Gets the inner com. |
| abstract String |
message()
Gets the message property: The message describing why the Data Lake Analytics account name is not available, if name |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract String |
reason()
Gets the reason property: The reason why the Data Lake Analytics account name is not available, if name |
Method Details
innerModel
public abstract NameAvailabilityInformationInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.NameAvailabilityInformationInner object.
Returns:
message
public abstract String message()
Gets the message property: The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
Returns:
nameAvailable
public abstract 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:
reason
public abstract String reason()
Gets the reason property: The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
Returns: