| Modifier and Type | Field and Description |
|---|---|
static AgentPoolType |
AgentPoolType.AVAILABILITY_SET
Static value AvailabilitySet for AgentPoolType.
|
static AgentPoolType |
AgentPoolType.VIRTUAL_MACHINE_SCALE_SETS
Static value VirtualMachineScaleSets for AgentPoolType.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentPoolType |
AgentPoolType.fromString(String name)
Creates or finds a AgentPoolType from its string representation.
|
AgentPoolType |
KubernetesClusterAgentPool.type() |
AgentPoolType |
ManagedClusterAgentPoolProfileProperties.type()
Get agentPoolType represents types of an agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AgentPoolType> |
AgentPoolType.values() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolType(AgentPoolType agentPoolType)
Set agent pool type to every virtual machine in the agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withType(AgentPoolType type)
Set agentPoolType represents types of an agent pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/