Uses of Class
com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolProperties
Package
Description
Package containing the inner data models for HybridContainerService.
-
Uses of AgentPoolProperties in com.azure.resourcemanager.hybridcontainerservice.fluent.models
Modifier and TypeMethodDescriptionAgentPoolProperties.withAvailabilityZones
(List<String> availabilityZones) Set the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.AgentPoolProperties.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.AgentPoolProperties.withMaxCount
(Integer maxCount) Set the maxCount property: The maximum number of nodes for auto-scaling.AgentPoolProperties.withMaxPods
(Integer maxPods) Set the maxPods property: The maximum number of pods that can run on a node.AgentPoolProperties.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.AgentPoolProperties.withNodeImageVersion
(String nodeImageVersion) Set the nodeImageVersion property: The version of node image.AgentPoolProperties.withNodeLabels
(Map<String, String> nodeLabels) Set the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.AgentPoolProperties.withNodeTaints
(List<String> nodeTaints) Set the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.AgentPoolProperties.withOsType
(OsType osType) Set the osType property: OsType - OsType to be used to specify os type.AgentPoolProperties.withStatus
(AgentPoolProvisioningStatusStatus status) Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolProperties.withVmSize
(String vmSize) Set the vmSize property: VmSize - The size of the agent pool VMs.