| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterLoadBalancerProfile |
ContainerServiceNetworkProfile.loadBalancerProfile()
Get the loadBalancerProfile property: Profile of the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
Set the allocatedOutboundPorts property: Desired number of allocated SNAT ports per VM.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)
Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)
Set the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withOutboundIpPrefixes(ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes)
Set the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)
Set the outboundIPs property: Desired outbound IP resources for the cluster load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile)
Set the loadBalancerProfile property: Profile of the cluster load balancer.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.