Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.NamedAgentPoolProfile
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of NamedAgentPoolProfile 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.Modifier and TypeMethodDescriptionNamedAgentPoolProfile.withAvailabilityZones
(List<String> availabilityZones) Set the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.NamedAgentPoolProfile.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.NamedAgentPoolProfile.withMaxCount
(Integer maxCount) Set the maxCount property: The maximum number of nodes for auto-scaling.NamedAgentPoolProfile.withMaxPods
(Integer maxPods) Set the maxPods property: The maximum number of pods that can run on a node.NamedAgentPoolProfile.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.Set the name property: Unique name of the agent pool profile in the context of the subscription and resource group.NamedAgentPoolProfile.withNodeImageVersion
(String nodeImageVersion) Set the nodeImageVersion property: The version of node image.NamedAgentPoolProfile.withNodeLabels
(Map<String, String> nodeLabels) Set the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.NamedAgentPoolProfile.withNodeTaints
(List<String> nodeTaints) Set the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.NamedAgentPoolProfile.withOsType
(OsType osType) Set the osType property: OsType - OsType to be used to specify os type.NamedAgentPoolProfile.withVmSize
(String vmSize) Set the vmSize property: VmSize - The size of the agent pool VMs.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.agentPoolProfiles()
Get the agentPoolProfiles property: The agent pools of the cluster.ProvisionedClustersCommonProperties.agentPoolProfiles()
Get the agentPoolProfiles property: The agent pools of the cluster.ProvisionedClustersResponseProperties.agentPoolProfiles()
Get the agentPoolProfiles property: The agent pools of the cluster.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.withAgentPoolProfiles
(List<NamedAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: The agent pools of the cluster.ProvisionedClustersCommonProperties.withAgentPoolProfiles
(List<NamedAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: The agent pools of the cluster.ProvisionedClustersResponseProperties.withAgentPoolProfiles
(List<NamedAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: The agent pools of the cluster.