Aracılığıyla paylaş


NameAvailabilityInfo Interface

public interface NameAvailabilityInfo

An immutable client-side representation of NameAvailabilityInfo.

Method Summary

Modifier and Type Method and Description
abstract NameAvailabilityInfoInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.NameAvailabilityInfoInner object.

abstract String message()

Gets the message property: message containing a detailed reason name is unavailable.

abstract Boolean nameAvailable()

Gets the nameAvailable property: specifies if a name is available or not.

abstract NameUnavailabilityReason reason()

Gets the reason property: specifies the reason a name is unavailable.

Method Details

innerModel

public abstract NameAvailabilityInfoInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.NameAvailabilityInfoInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: message containing a detailed reason name is unavailable.

Returns:

the message value.

nameAvailable

public abstract Boolean nameAvailable()

Gets the nameAvailable property: specifies if a name is available or not.

Returns:

the nameAvailable value.

reason

public abstract NameUnavailabilityReason reason()

Gets the reason property: specifies the reason a name is unavailable.

Returns:

the reason value.

Applies to