Class AgentPoolType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AgentPoolType>
com.azure.resourcemanager.containerservice.models.AgentPoolType
The type of Agent Pool.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AgentPoolTypeStatic value AvailabilitySet for AgentPoolType.static final AgentPoolTypeStatic value VirtualMachineScaleSets for AgentPoolType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentPoolTypefromString(String name) Creates or finds a AgentPoolType from its string representation.static Collection<AgentPoolType>values()Gets known AgentPoolType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
VIRTUAL_MACHINE_SCALE_SETS
Static value VirtualMachineScaleSets for AgentPoolType. -
AVAILABILITY_SET
Static value AvailabilitySet for AgentPoolType.
-
-
Constructor Details
-
AgentPoolType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AgentPoolType value.
-
-
Method Details
-
fromString
Creates or finds a AgentPoolType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AgentPoolType.
-
values
Gets known AgentPoolType values.- Returns:
- known AgentPoolType values.
-
fromString(String)factory method.