Interface NameAvailability
-
public interface NameAvailabilityAn immutable client-side representation of NameAvailability.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NameAvailabilityInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.NameAvailabilityInner object.Stringmessage()Gets the message property: Error Message.BooleannameAvailable()Gets the nameAvailable property: Indicates whether the resource name is available.Stringreason()Gets the reason property: Reason for name being unavailable.
-
-
-
Method Detail
-
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.mysql.fluent.models.NameAvailabilityInner object.- Returns:
- the inner object.
-
-