Class AgentPoolMode
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AgentPoolMode>
-
- com.azure.resourcemanager.containerservice.models.AgentPoolMode
-
public final class AgentPoolMode extends com.azure.core.util.ExpandableStringEnum<AgentPoolMode>
Defines values for AgentPoolMode.
-
-
Field Summary
Fields Modifier and Type Field Description static AgentPoolModeSYSTEMStatic value System for AgentPoolMode.static AgentPoolModeUSERStatic value User for AgentPoolMode.
-
Constructor Summary
Constructors Constructor Description AgentPoolMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AgentPoolModefromString(String name)Creates or finds a AgentPoolMode from its string representation.static Collection<AgentPoolMode>values()
-
-
-
Field Detail
-
SYSTEM
public static final AgentPoolMode SYSTEM
Static value System for AgentPoolMode.
-
USER
public static final AgentPoolMode USER
Static value User for AgentPoolMode.
-
-
Method Detail
-
fromString
public static AgentPoolMode fromString(String name)
Creates or finds a AgentPoolMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AgentPoolMode.
-
values
public static Collection<AgentPoolMode> values()
- Returns:
- known AgentPoolMode values.
-
-