CheckNameAvailabilityResult Interface
Implements
public interface CheckNameAvailabilityResult
extends HasInnerModel<CheckNameAvailabilityResultInner>
The CheckNameAvailability operation response wrapper.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
message()
Get the message value. |
abstract Boolean |
nameAvailable()
Get the name |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java