public class ManagedClusterLoadBalancerProfileOutboundIPs extends Object
| Constructor and Description |
|---|
ManagedClusterLoadBalancerProfileOutboundIPs() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceReference> |
publicIPs()
Get a list of public IP resources.
|
ManagedClusterLoadBalancerProfileOutboundIPs |
withPublicIPs(List<ResourceReference> publicIPs)
Set a list of public IP resources.
|
public ManagedClusterLoadBalancerProfileOutboundIPs()
public List<ResourceReference> publicIPs()
public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List<ResourceReference> publicIPs)
publicIPs - the publicIPs 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.
*/