ManagedClusterLoadBalancerProfileManagedOutboundIPs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ();
Public Sub New ()
Applies to
ManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)
Initializes a new instance of the ManagedClusterLoadBalancerProfileManagedOutboundIPs class.
public ManagedClusterLoadBalancerProfileManagedOutboundIPs (int? count = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs : Nullable<int> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)
Parameters
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
Azure SDK for .NET