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