Share via


PSManagedClusterLoadBalancerProfileManagedOutboundIPs Constructors

Definition

Overloads

PSManagedClusterLoadBalancerProfileManagedOutboundIPs()

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

PSManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

PSManagedClusterLoadBalancerProfileManagedOutboundIPs()

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

public PSManagedClusterLoadBalancerProfileManagedOutboundIPs ();
Public Sub New ()

Applies to

PSManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)

Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.

public PSManagedClusterLoadBalancerProfileManagedOutboundIPs (int? count = default);
new Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs : Nullable<int> -> Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)

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