NameAvailabilityInformation Interface

public interface NameAvailabilityInformation

An immutable client-side representation of NameAvailabilityInformation.

Method Summary

Modifier and Type Method and Description
abstract NameAvailabilityInformationInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.NameAvailabilityInformationInner object.

abstract String message()

Gets the message property: The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.

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.

abstract String reason()

Gets the reason property: The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.

Method Details

innerModel

public abstract NameAvailabilityInformationInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.NameAvailabilityInformationInner object.

Returns:

the inner object.

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:

the message value.

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:

the nameAvailable value.

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:

the reason value.

Applies to