| Modifier and Type | Field and Description |
|---|---|
static AgentPoolMode |
AgentPoolMode.SYSTEM
Static value System for AgentPoolMode.
|
static AgentPoolMode |
AgentPoolMode.USER
Static value User for AgentPoolMode.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentPoolMode |
AgentPoolMode.fromString(String name)
Creates or finds a AgentPoolMode from its string representation.
|
AgentPoolMode |
ManagedClusterAgentPoolProfileProperties.mode()
Get agentPoolMode represents mode of an agent pool.
|
AgentPoolMode |
KubernetesClusterAgentPool.mode() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<AgentPoolMode> |
AgentPoolMode.values() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMode(AgentPoolMode mode)
Set agentPoolMode represents mode of an agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithMode.withMode(AgentPoolMode mode)
Specifies the mode of the agents.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/