public final class ManagedClusterLoadBalancerProfileOutboundIPs extends Object
| Constructor and Description |
|---|
ManagedClusterLoadBalancerProfileOutboundIPs() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceReference> |
publicIPs()
Get the publicIPs property: A list of public IP resources.
|
void |
validate()
Validates the instance.
|
ManagedClusterLoadBalancerProfileOutboundIPs |
withPublicIPs(List<ResourceReference> publicIPs)
Set the publicIPs property: A list of public IP resources.
|
public ManagedClusterLoadBalancerProfileOutboundIPs()
public List<ResourceReference> publicIPs()
public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List<ResourceReference> publicIPs)
publicIPs - the publicIPs value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.