Class BackendPoolType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackendPoolType>
com.azure.resourcemanager.containerservice.models.BackendPoolType
public final class BackendPoolType
extends com.azure.core.util.ExpandableStringEnum<BackendPoolType>
The type of the managed inbound Load Balancer BackendPool.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackendPoolTypeStatic value NodeIP for BackendPoolType.static final BackendPoolTypeStatic value NodeIPConfiguration for BackendPoolType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackendPoolTypefromString(String name) Creates or finds a BackendPoolType from its string representation.static Collection<BackendPoolType>values()Gets known BackendPoolType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NODE_IPCONFIGURATION
Static value NodeIPConfiguration for BackendPoolType. -
NODE_IP
Static value NodeIP for BackendPoolType.
-
-
Constructor Details
-
BackendPoolType
Deprecated.Use thefromString(String)factory method.Creates a new instance of BackendPoolType value.
-
-
Method Details
-
fromString
Creates or finds a BackendPoolType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BackendPoolType.
-
values
Gets known BackendPoolType values.- Returns:
- known BackendPoolType values.
-
fromString(String)factory method.