| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
ResourceReference.withId(String id)
Set the fully qualified Azure resource id.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceReference> |
ManagedClusterLoadBalancerProfile.effectiveOutboundIPs()
Get the effective outbound IP resources of the cluster load balancer.
|
List<ResourceReference> |
ManagedClusterLoadBalancerProfileOutboundIPPrefixes.publicIPPrefixes()
Get a list of public IP prefix resources.
|
List<ResourceReference> |
ManagedClusterLoadBalancerProfileOutboundIPs.publicIPs()
Get a list of public IP resources.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)
Set the effective outbound IP resources of the cluster load balancer.
|
ManagedClusterLoadBalancerProfileOutboundIPPrefixes |
ManagedClusterLoadBalancerProfileOutboundIPPrefixes.withPublicIPPrefixes(List<ResourceReference> publicIPPrefixes)
Set a list of public IP prefix resources.
|
ManagedClusterLoadBalancerProfileOutboundIPs |
ManagedClusterLoadBalancerProfileOutboundIPs.withPublicIPs(List<ResourceReference> publicIPs)
Set a list of public IP resources.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/