Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterLoadBalancerProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionContainerServiceNetworkProfile.loadBalancerProfile()
Get profile of the cluster load balancer.ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts
(Integer allocatedOutboundPorts) Set desired number of allocated SNAT ports per VM.ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs
(List<ResourceReference> effectiveOutboundIPs) Set the effective outbound IP resources of the cluster load balancer.ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes
(Integer idleTimeoutInMinutes) Set desired outbound flow idle timeout in minutes.ManagedClusterLoadBalancerProfile.withManagedOutboundIPs
(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs) Set desired managed outbound IPs for the cluster load balancer.ManagedClusterLoadBalancerProfile.withOutboundIPPrefixes
(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes) Set desired outbound IP Prefix resources for the cluster load balancer.ManagedClusterLoadBalancerProfile.withOutboundIPs
(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs) Set desired outbound IP resources for the cluster load balancer.Modifier and TypeMethodDescriptionContainerServiceNetworkProfile.withLoadBalancerProfile
(ManagedClusterLoadBalancerProfile loadBalancerProfile) Set profile of the cluster load balancer.