public class ManagedClusterLoadBalancerProfileManagedOutboundIPs extends Object
| Constructor and Description |
|---|
ManagedClusterLoadBalancerProfileManagedOutboundIPs() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get desired number of outbound IP created/managed by Azure for the cluster load balancer.
|
ManagedClusterLoadBalancerProfileManagedOutboundIPs |
withCount(Integer count)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/