Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIpPrefixes
Packages that use ManagedClusterLoadBalancerProfileOutboundIpPrefixes
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterLoadBalancerProfileOutboundIpPrefixes in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterLoadBalancerProfileOutboundIpPrefixesModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.outboundIpPrefixes()Get the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIpPrefixes.withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes) Set the publicIpPrefixes property: A list of public IP prefix resources.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterLoadBalancerProfileOutboundIpPrefixesModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withOutboundIpPrefixes(ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes) Set the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.