EntityNameAvailabilityCheckOutput Interface

public interface EntityNameAvailabilityCheckOutput

An immutable client-side representation of EntityNameAvailabilityCheckOutput.

Method Summary

Modifier and Type Method and Description
abstract EntityNameAvailabilityCheckOutputInner innerModel()

Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner object.

abstract String message()

Gets the message property: Specifies the detailed reason if the name is not available.

abstract boolean nameAvailable()

Gets the nameAvailable property: Specifies if the name is available.

abstract String reason()

Gets the reason property: Specifies the reason if the name is not available.

Method Details

innerModel

public abstract EntityNameAvailabilityCheckOutputInner innerModel()

Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: Specifies the detailed reason if the name is not available.

Returns:

the message value.

nameAvailable

public abstract boolean nameAvailable()

Gets the nameAvailable property: Specifies if the name is available.

Returns:

the nameAvailable value.

reason

public abstract String reason()

Gets the reason property: Specifies the reason if the name is not available.

Returns:

the reason value.

Applies to