Class BackendType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackendType>
com.azure.resourcemanager.apimanagement.models.BackendType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of the backend. A backend can be either Single or Pool.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackendTypeStatic value Pool for BackendType.static final BackendTypeStatic value Single for BackendType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackendTypefromString(String name) Creates or finds a BackendType from its string representation.static Collection<BackendType> values()Gets known BackendType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SINGLE
Static value Single for BackendType. -
POOL
Static value Pool for BackendType.
-
-
Constructor Details
-
BackendType
Deprecated.Use thefromString(String)factory method.Creates a new instance of BackendType value.
-
-
Method Details
-
fromString
Creates or finds a BackendType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BackendType.
-
values
Gets known BackendType values.- Returns:
- known BackendType values.
-
fromString(String)factory method.