Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolMode
Packages that use AgentPoolMode
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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
Fields in com.azure.resourcemanager.containerservice.models declared as AgentPoolModeModifier and TypeFieldDescriptionstatic final AgentPoolModeAgentPoolMode.SYSTEMStatic value System for AgentPoolMode.static final AgentPoolModeAgentPoolMode.USERStatic value User for AgentPoolMode.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()AgentPoolData.mode()KubernetesClusterAgentPool.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.