ManagedClusterLoadBalancerProfileManagedOutboundIPs Class

Definition

Desired managed outbound IPs for the cluster load balancer.

public class ManagedClusterLoadBalancerProfileManagedOutboundIPs
type ManagedClusterLoadBalancerProfileManagedOutboundIPs = class
Public Class ManagedClusterLoadBalancerProfileManagedOutboundIPs
Inheritance
ManagedClusterLoadBalancerProfileManagedOutboundIPs

Constructors

ManagedClusterLoadBalancerProfileManagedOutboundIPs()

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

ManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

Properties

Count

Gets or sets 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.

CountIPv6

Gets or sets 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.

Methods

Validate()

Validate the object.

Applies to