Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIpPrefixes
-
Packages that use ManagedClusterLoadBalancerProfileOutboundIpPrefixes Package Description com.azure.resourcemanager.containerservice.models 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 ManagedClusterLoadBalancerProfileOutboundIpPrefixes Modifier and Type Method Description ManagedClusterLoadBalancerProfileOutboundIpPrefixesManagedClusterLoadBalancerProfile. outboundIpPrefixes()Get the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.ManagedClusterLoadBalancerProfileOutboundIpPrefixesManagedClusterLoadBalancerProfileOutboundIpPrefixes. 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 ManagedClusterLoadBalancerProfileOutboundIpPrefixes Modifier and Type Method Description ManagedClusterLoadBalancerProfileManagedClusterLoadBalancerProfile. withOutboundIpPrefixes(ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes)Set the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.
-