CheckNameAvailabilityResult Interface

Implements

HasInner<com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner>

public interface CheckNameAvailabilityResult
extends HasInner<com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner>

The CheckNameAvailability operation response wrapper.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String message()

Get the message value.

abstract java.lang.Boolean nameAvailable()

Get the nameAvailable value.

abstract Reason reason()

Get the reason value.

Method Details

message

public abstract String message()

Get the message value.

Returns:

the message value

nameAvailable

public abstract Boolean nameAvailable()

Get the nameAvailable value.

Returns:

the nameAvailable value

reason

public abstract Reason reason()

Get the reason value.

Returns:

the reason value

Applies to