Interface CheckNameAvailabilityResult
- All Superinterfaces:
HasInner<com.microsoft.azure.management.sql.implementation.CheckNameAvailabilityResponseInner>
@Beta(V1_8_0)
public interface CheckNameAvailabilityResult
extends HasInner<com.microsoft.azure.management.sql.implementation.CheckNameAvailabilityResponseInner>
The result of checking for the SQL server name availability.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isAvailable
boolean isAvailable()- Returns:
- true if the specified name is valid and available for use, otherwise false
-