Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIPs
Packages that use ManagedClusterLoadBalancerProfileOutboundIPs
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterLoadBalancerProfileOutboundIPs in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterLoadBalancerProfileOutboundIPsModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.outboundIPs()Get the outboundIPs property: Desired outbound IP resources for the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIPs.withPublicIPs(List<ResourceReference> publicIPs) Set the publicIPs property: A list of public IP resources.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterLoadBalancerProfileOutboundIPsModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs) Set the outboundIPs property: Desired outbound IP resources for the cluster load balancer.