你当前正在访问 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 CheckNameAvailabilityResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner object.

abstract String message()

Gets the message property: Detailed reason why the given name is available.

abstract Boolean nameAvailable()

Gets the nameAvailable property: Indicates if the resource name is available.

abstract CheckNameAvailabilityReason 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:

the inner object.

message

public abstract String message()

Gets the message property: Detailed reason why the given name is available.

Returns:

the message value.

nameAvailable

public abstract Boolean nameAvailable()

Gets the nameAvailable property: Indicates if the resource name is available.

Returns:

the nameAvailable value.

reason

public abstract CheckNameAvailabilityReason reason()

Gets the reason property: The reason why the given name is not available.

Returns:

the reason value.

Applies to