NameAvailability Interface

public interface NameAvailability

An immutable client-side representation of NameAvailability.

Method Summary

Modifier and Type Method and Description
abstract NameAvailabilityInner innerModel()

Gets the inner com.azure.resourcemanager.mariadb.fluent.models.NameAvailabilityInner object.

abstract String message()

Gets the message property: Error Message.

abstract Boolean nameAvailable()

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

abstract String reason()

Gets the reason property: Reason for name being unavailable.

Method Details

innerModel

public abstract NameAvailabilityInner innerModel()

Gets the inner com.azure.resourcemanager.mariadb.fluent.models.NameAvailabilityInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: Error Message.

Returns:

the message value.

nameAvailable

public abstract Boolean nameAvailable()

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

Returns:

the nameAvailable value.

reason

public abstract String reason()

Gets the reason property: Reason for name being unavailable.

Returns:

the reason value.

Applies to