Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.AgentPoolProfile
Package
Description
Package containing the inner data models for HybridContainerService.
Package containing the data models for HybridContainerService.
-
Uses of AgentPoolProfile in com.azure.resourcemanager.hybridcontainerservice.fluent.models
-
Uses of AgentPoolProfile in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeClassDescriptionfinal class
ControlPlaneProfile - The control plane properties for the provisioned cluster.final class
LoadBalancerProfile - Profile of the cluster load balancer.class
Agent pool profile along with a name parameter.Modifier and TypeMethodDescriptionAgentPoolProfile.withAvailabilityZones
(List<String> availabilityZones) Set the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.AgentPoolProfile.withCloudProviderProfile
(CloudProviderProfile cloudProviderProfile) Set the cloudProviderProfile property: The underlying cloud infra provider properties.Set the count property: Count - Number of agents to host docker containers.AgentPoolProfile.withMaxCount
(Integer maxCount) Set the maxCount property: The maximum number of nodes for auto-scaling.AgentPoolProfile.withMaxPods
(Integer maxPods) Set the maxPods property: The maximum number of pods that can run on a node.AgentPoolProfile.withMinCount
(Integer minCount) Set the minCount property: The minimum number of nodes for auto-scaling.Set the mode property: Mode - AgentPoolMode represents mode of an agent pool.AgentPoolProfile.withNodeImageVersion
(String nodeImageVersion) Set the nodeImageVersion property: The version of node image.AgentPoolProfile.withNodeLabels
(Map<String, String> nodeLabels) Set the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.AgentPoolProfile.withNodeTaints
(List<String> nodeTaints) Set the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.AgentPoolProfile.withOsType
(OsType osType) Set the osType property: OsType - OsType to be used to specify os type.AgentPoolProfile.withVmSize
(String vmSize) Set the vmSize property: VmSize - The size of the agent pool VMs.