Interface CheckNameAvailabilityOutput
public interface CheckNameAvailabilityOutput
An immutable client-side representation of CheckNameAvailabilityOutput.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.support.fluent.models.CheckNameAvailabilityOutputInner object.message()
Gets the message property: The detailed error message describing why the name is not available.Gets the nameAvailable property: Indicates whether the name is available.reason()
Gets the reason property: The reason why the name is not available.
-
Method Details
-
nameAvailable
Boolean nameAvailable()Gets the nameAvailable property: Indicates whether the name is available.- Returns:
- the nameAvailable value.
-
reason
String reason()Gets the reason property: The reason why the name is not available.- Returns:
- the reason value.
-
message
String message()Gets the message property: The detailed error message describing why the name is not available.- Returns:
- the message value.
-
innerModel
CheckNameAvailabilityOutputInner innerModel()Gets the inner com.azure.resourcemanager.support.fluent.models.CheckNameAvailabilityOutputInner object.- Returns:
- the inner object.
-