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