Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.LoadBalancerProfile
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of LoadBalancerProfile in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionNetworkProfile.loadBalancerProfile()
Get the loadBalancerProfile property: LoadBalancerProfile - Profile of the cluster load balancer.LoadBalancerProfile.withAvailabilityZones
(List<String> availabilityZones) Set the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.LoadBalancerProfile.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.LoadBalancerProfile.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: Profile for Linux VMs in the container service cluster.LoadBalancerProfile.withMaxCount
(Integer maxCount) Set the maxCount property: The maximum number of nodes for auto-scaling.LoadBalancerProfile.withMaxPods
(Integer maxPods) Set the maxPods property: The maximum number of pods that can run on a node.LoadBalancerProfile.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.LoadBalancerProfile.withNodeImageVersion
(String nodeImageVersion) Set the nodeImageVersion property: The version of node image.LoadBalancerProfile.withNodeLabels
(Map<String, String> nodeLabels) Set the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.LoadBalancerProfile.withNodeTaints
(List<String> nodeTaints) Set the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.LoadBalancerProfile.withOsType
(OsType osType) Set the osType property: OsType - OsType to be used to specify os type.LoadBalancerProfile.withVmSize
(String vmSize) Set the vmSize property: VmSize - The size of the agent pool VMs.Modifier and TypeMethodDescriptionNetworkProfile.withLoadBalancerProfile
(LoadBalancerProfile loadBalancerProfile) Set the loadBalancerProfile property: LoadBalancerProfile - Profile of the cluster load balancer.