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: Gets an error message explaining the 'reason' value with more details. |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract String |
reason()
Gets the reason property: Reason for why value is not available. |
Method Details
innerModel
public abstract CheckNameAvailabilityResponseInner innerModel()
Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.CheckNameAvailabilityResponseInner object.
Returns:
message
public abstract String message()
Gets the message property: Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Returns true or false depending on the availability of the name.
Returns:
reason
public abstract String reason()
Gets the reason property: Reason for why value is not available. This field is returned if nameAvailable is false.
Returns: