Interface CheckNameAvailabilityResult
-
- All Superinterfaces:
HasInnerModel<RegistryNameStatusInner>
public interface CheckNameAvailabilityResult extends HasInnerModel<RegistryNameStatusInner>
The result of checking for container registry name availability.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAvailable()StringunavailabilityMessage()StringunavailabilityReason()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
isAvailable
boolean isAvailable()
- Returns:
- true if the specified name is valid and available for use, otherwise false
-
unavailabilityReason
String unavailabilityReason()
- Returns:
- the reason why the user-provided name for the container registry could not be used
-
unavailabilityMessage
String unavailabilityMessage()
- Returns:
- the error message that provides more detail for the reason why the name is not available
-
-