次の方法で共有


CheckNameAvailabilityResult Interface

public interface CheckNameAvailabilityResult

An immutable client-side representation of CheckNameAvailabilityResult.

Method Summary

Modifier and Type Method and Description
abstract CheckNameAvailabilityResultInner innerModel()

Gets the inner com.azure.resourcemanager.trustedsigning.fluent.models.CheckNameAvailabilityResultInner object.

abstract String message()

Gets the message property: An error message explaining the Reason value in more detail.

abstract Boolean nameAvailable()

Gets the nameAvailable property: A boolean value that indicates whether the name is available for you to use.

abstract NameUnavailabilityReason reason()

Gets the reason property: The reason that a trusted signing account name could not be used.

Method Details

innerModel

public abstract CheckNameAvailabilityResultInner innerModel()

Gets the inner com.azure.resourcemanager.trustedsigning.fluent.models.CheckNameAvailabilityResultInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: An error message explaining the Reason value in more detail.

Returns:

the message value.

nameAvailable

public abstract Boolean nameAvailable()

Gets the nameAvailable property: A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.

Returns:

the nameAvailable value.

reason

public abstract NameUnavailabilityReason reason()

Gets the reason property: The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false.

Returns:

the reason value.

Applies to