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