Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolType
-
Packages that use AgentPoolType 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 AgentPoolType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolType Modifier and Type Method Description AgentPoolTypeManagedClusterAgentPoolProfileProperties. type()Get the type property: The type of Agent Pool.AgentPoolTypeAgentPoolInner. typePropertiesType()Get the type property: The type of Agent Pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolType Modifier and Type Method Description ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. withType(AgentPoolType type)Set the type property: The type of Agent Pool.AgentPoolInnerAgentPoolInner. 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 AgentPoolType Modifier and Type Field Description static AgentPoolTypeAgentPoolType. AVAILABILITY_SETStatic value AvailabilitySet for AgentPoolType.static AgentPoolTypeAgentPoolType. VIRTUAL_MACHINE_SCALE_SETSStatic value VirtualMachineScaleSets for AgentPoolType.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolType Modifier and Type Method Description static AgentPoolTypeAgentPoolType. fromString(String name)Creates or finds a AgentPoolType from its string representation.AgentPoolTypeKubernetesClusterAgentPool. type()Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type AgentPoolType Modifier and Type Method Description static Collection<AgentPoolType>AgentPoolType. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolType Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType. withAgentPoolType(AgentPoolType agentPoolType)Set agent pool type to every virtual machine in the agent pool.ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withType(AgentPoolType type)Set the type property: The type of Agent Pool.
-