Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileManagedOutboundIPs
Packages that use ManagedClusterLoadBalancerProfileManagedOutboundIPs
Package
Description
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 ManagedClusterLoadBalancerProfileManagedOutboundIPsModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfileManagedOutboundIPs.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterLoadBalancerProfileManagedOutboundIPs from the JsonReader.ManagedClusterLoadBalancerProfile.managedOutboundIPs()Get the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.Set the count property: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer.ManagedClusterLoadBalancerProfileManagedOutboundIPs.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 ManagedClusterLoadBalancerProfileManagedOutboundIPsModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs) Set the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.