BackendPoolType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. BackendPoolType
- com.
- com.
public final class BackendPoolType
extends ExpandableStringEnum<BackendPoolType>
The type of the managed inbound Load Balancer BackendPool.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Backend |
NODE_IP
Static value NodeIP for Backend |
static final
Backend |
NODE_IPCONFIGURATION
Static value Node |
Constructor Summary
Constructor | Description |
---|---|
BackendPoolType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Backend |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Backend |
fromString(String name)
Creates or finds a Backend |
static
Collection<Backend |
values()
Gets known Backend |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NODE_IP
public static final BackendPoolType NODE_IP
Static value NodeIP for BackendPoolType.
NODE_IPCONFIGURATION
public static final BackendPoolType NODE_IPCONFIGURATION
Static value NodeIPConfiguration for BackendPoolType.
Constructor Details
BackendPoolType
@Deprecated
public BackendPoolType()
Deprecated
Creates a new instance of BackendPoolType value.
Method Details
fromString
public static BackendPoolType fromString(String name)
Creates or finds a BackendPoolType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known BackendPoolType values.
Returns:
Applies to
Azure SDK for Java