Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIPs
-
Packages that use ManagedClusterLoadBalancerProfileOutboundIPs Package Description com.azure.resourcemanager.containerservice.models 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 ManagedClusterLoadBalancerProfileOutboundIPs Modifier and Type Method Description ManagedClusterLoadBalancerProfileOutboundIPsManagedClusterLoadBalancerProfile. outboundIPs()Get the outboundIPs property: Desired outbound IP resources for the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIPsManagedClusterLoadBalancerProfileOutboundIPs. 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 ManagedClusterLoadBalancerProfileOutboundIPs Modifier and Type Method Description ManagedClusterLoadBalancerProfileManagedClusterLoadBalancerProfile. withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)Set the outboundIPs property: Desired outbound IP resources for the cluster load balancer.
-