Class AgentPoolType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AgentPoolType>
-
- com.azure.resourcemanager.containerservice.models.AgentPoolType
-
public final class AgentPoolType extends com.azure.core.util.ExpandableStringEnum<AgentPoolType>
Defines values for AgentPoolType.
-
-
Field Summary
Fields Modifier and Type Field Description static AgentPoolTypeAVAILABILITY_SETStatic value AvailabilitySet for AgentPoolType.static AgentPoolTypeVIRTUAL_MACHINE_SCALE_SETSStatic value VirtualMachineScaleSets for AgentPoolType.
-
Constructor Summary
Constructors Constructor Description AgentPoolType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AgentPoolTypefromString(String name)Creates or finds a AgentPoolType from its string representation.static Collection<AgentPoolType>values()
-
-
-
Field Detail
-
VIRTUAL_MACHINE_SCALE_SETS
public static final AgentPoolType VIRTUAL_MACHINE_SCALE_SETS
Static value VirtualMachineScaleSets for AgentPoolType.
-
AVAILABILITY_SET
public static final AgentPoolType AVAILABILITY_SET
Static value AvailabilitySet for AgentPoolType.
-
-
Method Detail
-
fromString
public static AgentPoolType fromString(String name)
Creates or finds a AgentPoolType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AgentPoolType.
-
values
public static Collection<AgentPoolType> values()
- Returns:
- known AgentPoolType values.
-
-