Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolType
Packages that use AgentPoolType
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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
Fields in com.azure.resourcemanager.containerservice.models declared as AgentPoolTypeModifier and TypeFieldDescriptionstatic final AgentPoolTypeAgentPoolType.AVAILABILITY_SETStatic value AvailabilitySet for AgentPoolType.static final AgentPoolTypeAgentPoolType.VIRTUAL_MACHINE_SCALE_SETSStatic value VirtualMachineScaleSets for AgentPoolType.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()AgentPoolData.type()KubernetesClusterAgentPool.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.