Class Mode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Mode>
com.azure.resourcemanager.hybridcontainerservice.models.Mode
Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is
'User'.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Mode
fromString
(String name) Creates or finds a Mode from its string representation.static Collection<Mode>
values()
Gets known Mode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SYSTEM
Static value System for Mode. -
LB
Static value LB for Mode. -
USER
Static value User for Mode.
-
-
Constructor Details
-
Mode
public Mode()
-
-
Method Details
-
fromString
Creates or finds a Mode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Mode.
-
values
Gets known Mode values.- Returns:
- known Mode values.
-