Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPPrefixes
Packages that use ManagedClusterLoadBalancerProfileOutboundIPPrefixes
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterLoadBalancerProfileOutboundIPPrefixes in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return ManagedClusterLoadBalancerProfileOutboundIPPrefixesModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.outboundIPPrefixes()
Get desired outbound IP Prefix resources for the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIPPrefixes.withPublicIPPrefixes
(List<ResourceReference> publicIPPrefixes) Set a list of public IP prefix resources.Methods in com.microsoft.azure.management.containerservice with parameters of type ManagedClusterLoadBalancerProfileOutboundIPPrefixesModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withOutboundIPPrefixes
(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes) Set desired outbound IP Prefix resources for the cluster load balancer.