Class AgentPoolMode
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AgentPoolMode>
com.microsoft.azure.management.containerservice.AgentPoolMode
Defines values for AgentPoolMode.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AgentPoolMode
Static value System for AgentPoolMode.static final AgentPoolMode
Static value User for AgentPoolMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AgentPoolMode
fromString
(String name) Creates or finds a AgentPoolMode from its string representation.static Collection<AgentPoolMode>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
SYSTEM
Static value System for AgentPoolMode. -
USER
Static value User for AgentPoolMode.
-
-
Constructor Details
-
AgentPoolMode
public AgentPoolMode()
-
-
Method Details
-
fromString
Creates or finds a AgentPoolMode from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AgentPoolMode
-
values
- Returns:
- known AgentPoolMode values
-