Class AgentPoolMode
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.containerservice.model.AgentPoolMode
-
public class AgentPoolMode extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AgentPoolModeSYSTEMstatic AgentPoolModeUSERprivate Stringvalue
-
Constructor Summary
Constructors Constructor Description AgentPoolMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AgentPoolModefromString(String input)static List<AgentPoolMode>values()
-
-
-
Field Detail
-
SYSTEM
public static final AgentPoolMode SYSTEM
-
USER
public static final AgentPoolMode USER
-
value
private String value
-
-
Method Detail
-
values
public static List<AgentPoolMode> values()
-
fromString
public static AgentPoolMode fromString(String input)
-
-