Uses of Class
com.microsoft.azure.management.containerservice.AgentPoolMode
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of AgentPoolMode in com.microsoft.azure.management.containerservice
Modifier and TypeFieldDescriptionstatic final AgentPoolMode
AgentPoolMode.SYSTEM
Static value System for AgentPoolMode.static final AgentPoolMode
AgentPoolMode.USER
Static value User for AgentPoolMode.Modifier and TypeMethodDescriptionstatic AgentPoolMode
AgentPoolMode.fromString
(String name) Creates or finds a AgentPoolMode from its string representation.KubernetesClusterAgentPool.mode()
ManagedClusterAgentPoolProfileProperties.mode()
Get agentPoolMode represents mode of an agent pool.Modifier and TypeMethodDescriptionKubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode
(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.KubernetesClusterAgentPool.DefinitionStages.WithMode.withMode
(AgentPoolMode mode) Specifies the mode of the agents.ManagedClusterAgentPoolProfileProperties.withMode
(AgentPoolMode mode) Set agentPoolMode represents mode of an agent pool.