Class ManagedClusterLoadBalancerProfileManagedOutboundIPs
java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileManagedOutboundIPs
Desired managed outbound IPs for the cluster load balancer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncount()
Get desired number of outbound IP created/managed by Azure for the cluster load balancer.Set desired number of outbound IP created/managed by Azure for the cluster load balancer.
-
Constructor Details
-
ManagedClusterLoadBalancerProfileManagedOutboundIPs
public ManagedClusterLoadBalancerProfileManagedOutboundIPs()
-
-
Method Details
-
count
Get desired number of outbound IP created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.- Returns:
- the count value
-
withCount
Set desired number of outbound IP created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.- Parameters:
count
- the count value to set- Returns:
- the ManagedClusterLoadBalancerProfileManagedOutboundIPs object itself.
-