你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CheckNameAvailabilityResponse Interface
public interface CheckNameAvailabilityResponse
An immutable client-side representation of CheckNameAvailabilityResponse.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Check |
innerModel()
Gets the inner com. |
abstract String |
message()
Gets the message property: Detailed reason why the given name is available. |
abstract Boolean |
nameAvailable()
Gets the name |
abstract
Check |
reason()
Gets the reason property: The reason why the given name is not available. |
Method Details
innerModel
public abstract CheckNameAvailabilityResponseInner innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner object.
Returns:
message
public abstract String message()
Gets the message property: Detailed reason why the given name is available.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Indicates if the resource name is available.
Returns:
reason
public abstract CheckNameAvailabilityReason reason()
Gets the reason property: The reason why the given name is not available.
Returns: