IManagedClusterLoadBalancerProfile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileTypeConverter))]
public interface IManagedClusterLoadBalancerProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileTypeConverter))>]
type IManagedClusterLoadBalancerProfile = interface
interface IJsonSerializable
Public Interface IManagedClusterLoadBalancerProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllocatedOutboundPort |
The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. |
EffectiveOutboundIP |
The effective outbound IP resources of the cluster load balancer. |
EnableMultipleStandardLoadBalancer |
Enable multiple standard load balancers per AKS cluster or not. |
IdleTimeoutInMinute |
Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes. |
ManagedOutboundIPCount |
The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. |
ManagedOutboundIPCountIpv6 |
The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. |
OutboundIPPrefixPublicIpprefix |
A list of public IP prefix resources. |
OutboundIPPublicIP |
A list of public IP resources. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |