Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs
Packages that use ManagedClusterLoadBalancerProfileOutboundIPs
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterLoadBalancerProfileOutboundIPs in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return ManagedClusterLoadBalancerProfileOutboundIPsModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.outboundIPs()
Get desired outbound IP resources for the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIPs.withPublicIPs
(List<ResourceReference> publicIPs) Set a list of public IP resources.Methods in com.microsoft.azure.management.containerservice with parameters of type ManagedClusterLoadBalancerProfileOutboundIPsModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withOutboundIPs
(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs) Set desired outbound IP resources for the cluster load balancer.