public final class ManagedClusterLoadBalancerProfileManagedOutboundIPs extends Object
| Constructor and Description |
|---|
ManagedClusterLoadBalancerProfileManagedOutboundIPs() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count property: Desired number of outbound IP created/managed by Azure for the cluster load balancer.
|
void |
validate()
Validates the instance.
|
ManagedClusterLoadBalancerProfileManagedOutboundIPs |
withCount(Integer count)
Set the count property: Desired number of outbound IP created/managed by Azure for the cluster load balancer.
|
public ManagedClusterLoadBalancerProfileManagedOutboundIPs()
public Integer count()
public ManagedClusterLoadBalancerProfileManagedOutboundIPs withCount(Integer count)
count - the count value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.