NameAvailability Interface
public interface NameAvailability
An immutable client-side representation of NameAvailability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Name |
innerModel()
Gets the inner com. |
| abstract String |
message()
Gets the message property: Error Message. |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract String |
reason()
Gets the reason property: Reason for name being unavailable. |
Method Details
innerModel
public abstract NameAvailabilityInner innerModel()
Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.NameAvailabilityInner object.
Returns:
message
public abstract String message()
Gets the message property: Error Message.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Indicates whether the resource name is available.
Returns:
reason
public abstract String reason()
Gets the reason property: Reason for name being unavailable.
Returns: