Sdílet prostřednictvím


ManagedClusterLoadBalancerProfile Class

Definition

Profile of the managed cluster load balancer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileTypeConverter))]
public class ManagedClusterLoadBalancerProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterLoadBalancerProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterLoadBalancerProfileTypeConverter))>]
type ManagedClusterLoadBalancerProfile = class
    interface IManagedClusterLoadBalancerProfile
    interface IJsonSerializable
Public Class ManagedClusterLoadBalancerProfile
Implements IManagedClusterLoadBalancerProfile
Inheritance
ManagedClusterLoadBalancerProfile
Attributes
Implements

Constructors

ManagedClusterLoadBalancerProfile()

Creates an new ManagedClusterLoadBalancerProfile instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterLoadBalancerProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterLoadBalancerProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterLoadBalancerProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterLoadBalancerProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterLoadBalancerProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to