Uses of Class
com.azure.resourcemanager.search.models.UnavailableNameReason
-
Packages that use UnavailableNameReason Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of UnavailableNameReason in com.azure.resourcemanager.search.models
Fields in com.azure.resourcemanager.search.models declared as UnavailableNameReason Modifier and Type Field Description static UnavailableNameReasonUnavailableNameReason. ALREADY_EXISTSStatic value AlreadyExists for UnavailableNameReason.static UnavailableNameReasonUnavailableNameReason. INVALIDStatic value Invalid for UnavailableNameReason.Methods in com.azure.resourcemanager.search.models that return UnavailableNameReason Modifier and Type Method Description static UnavailableNameReasonUnavailableNameReason. fromString(String name)Creates or finds a UnavailableNameReason from its string representation.UnavailableNameReasonCheckNameAvailabilityOutput. reason()Get the reason property: The reason why the name is not available.Methods in com.azure.resourcemanager.search.models that return types with arguments of type UnavailableNameReason Modifier and Type Method Description static Collection<UnavailableNameReason>UnavailableNameReason. values()
-