Uses of Class
com.azure.resourcemanager.search.models.UnavailableNameReason
Packages that use UnavailableNameReason
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of UnavailableNameReason in com.azure.resourcemanager.search.models
Subclasses with type arguments of type UnavailableNameReason in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionfinal classThe reason why the name is not available.Fields in com.azure.resourcemanager.search.models declared as UnavailableNameReasonModifier and TypeFieldDescriptionstatic final UnavailableNameReasonUnavailableNameReason.ALREADY_EXISTSStatic value AlreadyExists for UnavailableNameReason.static final UnavailableNameReasonUnavailableNameReason.INVALIDStatic value Invalid for UnavailableNameReason.Methods in com.azure.resourcemanager.search.models that return UnavailableNameReasonModifier and TypeMethodDescriptionstatic UnavailableNameReasonUnavailableNameReason.fromString(String name) Creates or finds a UnavailableNameReason from its string representation.CheckNameAvailabilityOutput.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 UnavailableNameReasonModifier and TypeMethodDescriptionstatic Collection<UnavailableNameReason> UnavailableNameReason.values()Gets known UnavailableNameReason values.