| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolMode |
AgentPoolInner.mode()
Get the mode property: AgentPoolMode represents mode of an agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolInner |
AgentPoolInner.withMode(AgentPoolMode mode)
Set the mode property: AgentPoolMode represents mode of an agent pool.
|
| 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 |
KubernetesClusterAgentPool.mode() |
AgentPoolMode |
ManagedClusterAgentPoolProfileProperties.mode()
Get the mode property: AgentPoolMode represents mode of an agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMode(AgentPoolMode mode)
Set the mode property: AgentPoolMode represents mode of an agent pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.