Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolMode
-
Packages that use AgentPoolMode 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. -
-
Uses of AgentPoolMode in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolMode Modifier and Type Method Description AgentPoolModeAgentPoolInner. mode()Get the mode property: The mode of an agent pool.AgentPoolModeManagedClusterAgentPoolProfileProperties. mode()Get the mode property: The mode of an agent pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolMode Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withMode(AgentPoolMode mode)Set the mode property: The mode of an agent pool.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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 AgentPoolMode Modifier and Type Field Description static AgentPoolModeAgentPoolMode. SYSTEMStatic value System for AgentPoolMode.static AgentPoolModeAgentPoolMode. USERStatic value User for AgentPoolMode.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolMode Modifier and Type Method Description static AgentPoolModeAgentPoolMode. fromString(String name)Creates or finds a AgentPoolMode from its string representation.AgentPoolModeKubernetesClusterAgentPool. mode()Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type AgentPoolMode Modifier and Type Method Description static Collection<AgentPoolMode>AgentPoolMode. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolMode Modifier and Type Method 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.ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withMode(AgentPoolMode mode)Set the mode property: The mode of an agent pool.
-