Interface CheckNameAvailabilityOutput
public interface CheckNameAvailabilityOutput
An immutable client-side representation of CheckNameAvailabilityOutput.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.frontdoor.fluent.models.CheckNameAvailabilityOutputInner object.message()
Gets the message property: The detailed error message describing why the name is not available.Gets the nameAvailability property: Indicates whether the name is available.reason()
Gets the reason property: The reason why the name is not available.
-
Method Details
-
nameAvailability
Availability nameAvailability()Gets the nameAvailability property: Indicates whether the name is available.- Returns:
- the nameAvailability 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.frontdoor.fluent.models.CheckNameAvailabilityOutputInner object.- Returns:
- the inner object.
-