Share via


ManagedClusterLoadBalancerProfileManagedOutboundIPs Constructors

Definition

Overloads

ManagedClusterLoadBalancerProfileManagedOutboundIPs()

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

ManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

ManagedClusterLoadBalancerProfileManagedOutboundIPs()

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

public ManagedClusterLoadBalancerProfileManagedOutboundIPs ();

Applies to

ManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

public ManagedClusterLoadBalancerProfileManagedOutboundIPs (int? count = default);

Parameters

count
Nullable<Int32>

Desired number of outbound IP 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.

Applies to