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