Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs
-
Packages that use ManagedClusterLoadBalancerProfileManagedOutboundIPs Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterLoadBalancerProfileManagedOutboundIPs in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterLoadBalancerProfileManagedOutboundIPs Modifier and Type Method Description ManagedClusterLoadBalancerProfileManagedOutboundIPsManagedClusterLoadBalancerProfile. managedOutboundIPs()Get the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.ManagedClusterLoadBalancerProfileManagedOutboundIPsManagedClusterLoadBalancerProfileManagedOutboundIPs. withCount(Integer count)Set the count property: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer.ManagedClusterLoadBalancerProfileManagedOutboundIPsManagedClusterLoadBalancerProfileManagedOutboundIPs. withCountIPv6(Integer countIPv6)Set the countIPv6 property: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterLoadBalancerProfileManagedOutboundIPs Modifier and Type Method Description ManagedClusterLoadBalancerProfileManagedClusterLoadBalancerProfile. withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)Set the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.
-