Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolType
Packages that use AgentPoolType
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of AgentPoolType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolTypeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfileProperties.type()Get the type property: The type of Agent Pool.AgentPoolInner.typePropertiesType()Get the type property: The type of Agent Pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolTypeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfileProperties.withType(AgentPoolType type) Set the type property: The type of Agent Pool.AgentPoolInner.withTypePropertiesType(AgentPoolType type) Set the type property: The type of Agent Pool. -
Uses of AgentPoolType in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type AgentPoolType in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as AgentPoolTypeModifier and TypeFieldDescriptionstatic final AgentPoolTypeAgentPoolType.AVAILABILITY_SETUse of this is strongly discouraged.static final AgentPoolTypeAgentPoolType.VIRTUAL_MACHINE_SCALE_SETSCreate an Agent Pool backed by a Virtual Machine Scale Set.static final AgentPoolTypeAgentPoolType.VIRTUAL_MACHINESCreate an Agent Pool backed by a Single Instance VM orchestration mode.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolTypeModifier and TypeMethodDescriptionstatic AgentPoolTypeAgentPoolType.fromString(String name) Creates or finds a AgentPoolType from its string representation.AgentPool.type()Gets agent pool type.AgentPoolData.type()Gets agent pool type.KubernetesClusterAgentPool.type()Gets agent pool type.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type AgentPoolTypeModifier and TypeMethodDescriptionstatic Collection<AgentPoolType> AgentPoolType.values()Gets known AgentPoolType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolTypeModifier and TypeMethodDescriptionAgentPoolData.withAgentPoolType(AgentPoolType agentPoolType) Set agent pool type to every virtual machine in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolType(AgentPoolType agentPoolType) Set agent pool type to every virtual machine in the agent pool.ManagedClusterAgentPoolProfile.withType(AgentPoolType type) Set the type property: The type of Agent Pool.