CheckNameAvailabilityOutput Interface

public interface CheckNameAvailabilityOutput

An immutable client-side representation of CheckNameAvailabilityOutput.

Method Summary

Modifier and Type Method and Description
abstract CheckNameAvailabilityOutputInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.CheckNameAvailabilityOutputInner object.

abstract String message()

Gets the message property: The detailed error message describing why the name is not available.

abstract Boolean nameAvailable()

Gets the nameAvailable property: Indicates whether the name is available.

abstract String reason()

Gets the reason property: The reason why the name is not available.

Method Details

innerModel

public abstract CheckNameAvailabilityOutputInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.CheckNameAvailabilityOutputInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: The detailed error message describing why the name is not available.

Returns:

the message value.

nameAvailable

public abstract Boolean nameAvailable()

Gets the nameAvailable property: Indicates whether the name is available.

Returns:

the nameAvailable value.

reason

public abstract String reason()

Gets the reason property: The reason why the name is not available.

Returns:

the reason value.

Applies to