Interface CheckNameAvailabilityResult
- All Superinterfaces:
HasInnerModel<CheckNameAvailabilityResponseInner>
public interface CheckNameAvailabilityResult
extends HasInnerModel<CheckNameAvailabilityResponseInner>
The result of checking for the SQL server name availability.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
isAvailable
boolean isAvailable()- Returns:
- true if the specified name is valid and available for use, otherwise false
-