public final class AgentPoolType extends com.microsoft.rest.ExpandableStringEnum<AgentPoolType>
| Modifier and Type | Field and Description |
|---|---|
static AgentPoolType |
AVAILABILITY_SET
Static value AvailabilitySet for AgentPoolType.
|
static AgentPoolType |
VIRTUAL_MACHINE_SCALE_SETS
Static value VirtualMachineScaleSets for AgentPoolType.
|
| Constructor and Description |
|---|
AgentPoolType() |
| Modifier and Type | Method and Description |
|---|---|
static AgentPoolType |
fromString(String name)
Creates or finds a AgentPoolType from its string representation.
|
static Collection<AgentPoolType> |
values() |
public static final AgentPoolType VIRTUAL_MACHINE_SCALE_SETS
public static final AgentPoolType AVAILABILITY_SET
public static AgentPoolType fromString(String name)
name - a name to look forpublic static Collection<AgentPoolType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/