你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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