ManagedClusterLoadBalancerProfile Class

Definition

Profile of the managed cluster load balancer.

public class ManagedClusterLoadBalancerProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterLoadBalancerProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterLoadBalancerProfile>
public class ManagedClusterLoadBalancerProfile
type ManagedClusterLoadBalancerProfile = class
    interface IJsonModel<ManagedClusterLoadBalancerProfile>
    interface IPersistableModel<ManagedClusterLoadBalancerProfile>
type ManagedClusterLoadBalancerProfile = class
Public Class ManagedClusterLoadBalancerProfile
Implements IJsonModel(Of ManagedClusterLoadBalancerProfile), IPersistableModel(Of ManagedClusterLoadBalancerProfile)
Public Class ManagedClusterLoadBalancerProfile
Inheritance
ManagedClusterLoadBalancerProfile
Implements

Constructors

ManagedClusterLoadBalancerProfile()

Initializes a new instance of ManagedClusterLoadBalancerProfile.

Properties

AllocatedOutboundPorts

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.

BackendPoolType

The type of the managed inbound Load Balancer BackendPool.

EffectiveOutboundIPs

The effective outbound IP resources of the cluster load balancer.

EnableMultipleStandardLoadBalancers

Enable multiple standard load balancers per AKS cluster or not.

IdleTimeoutInMinutes

Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes.

ManagedOutboundIPs

Desired managed outbound IPs for the cluster load balancer.

OutboundPublicIPPrefixes

A list of public IP prefix resources.

OutboundPublicIPs

A list of public IP resources.

Explicit Interface Implementations

IJsonModel<ManagedClusterLoadBalancerProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterLoadBalancerProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterLoadBalancerProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterLoadBalancerProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterLoadBalancerProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to