NameAvailabilityStatusInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appconfiguration.fluent.models.NameAvailabilityStatusInner

public final class NameAvailabilityStatusInner

The result of a request to check the availability of a resource name.

Constructor Summary

Constructor Description
NameAvailabilityStatusInner()

Creates an instance of NameAvailabilityStatusInner class.

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: If any, the error message that provides more detail for the reason that the name is not available.

Boolean nameAvailable()

Get the nameAvailable property: The value indicating whether the resource name is available.

String reason()

Get the reason property: If any, the reason that the name is not available.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

NameAvailabilityStatusInner

public NameAvailabilityStatusInner()

Creates an instance of NameAvailabilityStatusInner class.

Method Details

message

public String message()

Get the message property: If any, the error message that provides more detail for the reason that the name is not available.

Returns:

the message value.

nameAvailable

public Boolean nameAvailable()

Get the nameAvailable property: The value indicating whether the resource name is available.

Returns:

the nameAvailable value.

reason

public String reason()

Get the reason property: If any, the reason that the name is not available.

Returns:

the reason value.

validate

public void validate()

Validates the instance.

Applies to