Uses of Class
com.microsoft.azure.management.containerservice.AgentPoolMode
Packages that use AgentPoolMode
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of AgentPoolMode in com.microsoft.azure.management.containerservice
Fields in com.microsoft.azure.management.containerservice declared as AgentPoolModeModifier and TypeFieldDescriptionstatic final AgentPoolMode
AgentPoolMode.SYSTEM
Static value System for AgentPoolMode.static final AgentPoolMode
AgentPoolMode.USER
Static value User for AgentPoolMode.Methods in com.microsoft.azure.management.containerservice that return AgentPoolModeModifier 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.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type AgentPoolModeMethods in com.microsoft.azure.management.containerservice with parameters of type AgentPoolModeModifier 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.