public class ManagedClusterLoadBalancerProfileOutboundIPPrefixes extends Object
| Constructor and Description |
|---|
ManagedClusterLoadBalancerProfileOutboundIPPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceReference> |
publicIPPrefixes()
Get a list of public IP prefix resources.
|
ManagedClusterLoadBalancerProfileOutboundIPPrefixes |
withPublicIPPrefixes(List<ResourceReference> publicIPPrefixes)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/