Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolMode
Packages that use AgentPoolMode
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of AgentPoolMode in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolModeModifier and TypeMethodDescriptionAgentPoolInner.mode()Get the mode property: The mode of an agent pool.ManagedClusterAgentPoolProfileProperties.mode()Get the mode property: The mode of an agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolModeModifier and TypeMethodDescriptionAgentPoolInner.withMode(AgentPoolMode mode) Set the mode property: The mode of an agent pool.ManagedClusterAgentPoolProfileProperties.withMode(AgentPoolMode mode) Set the mode property: The mode of an agent pool. -
Uses of AgentPoolMode in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type AgentPoolMode in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as AgentPoolModeModifier and TypeFieldDescriptionstatic final AgentPoolModeAgentPoolMode.GATEWAYGateway agent pools are dedicated to providing static egress IPs to pods.static final AgentPoolModeAgentPoolMode.SYSTEMSystem agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server.static final AgentPoolModeAgentPoolMode.USERUser agent pools are primarily for hosting your application pods.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolModeModifier and TypeMethodDescriptionstatic AgentPoolModeAgentPoolMode.fromString(String name) Creates or finds a AgentPoolMode from its string representation.AgentPool.mode()Gets agent pool mode.AgentPoolData.mode()Gets agent pool mode.KubernetesClusterAgentPool.mode()Gets agent pool mode.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type AgentPoolModeModifier and TypeMethodDescriptionstatic Collection<AgentPoolMode> AgentPoolMode.values()Gets known AgentPoolMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolModeModifier and TypeMethodDescriptionAgentPoolData.withAgentPoolMode(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.ManagedClusterAgentPoolProfile.withMode(AgentPoolMode mode) Set the mode property: The mode of an agent pool.