ArmContainerServiceModelFactory.ManagedClusterLoadBalancerProfileManagedOutboundIPs Method

Definition

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs ManagedClusterLoadBalancerProfileManagedOutboundIPs(int? count = default, int? countIPv6 = default);
static member ManagedClusterLoadBalancerProfileManagedOutboundIPs : Nullable<int> * Nullable<int> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs
Public Shared Function ManagedClusterLoadBalancerProfileManagedOutboundIPs (Optional count As Nullable(Of Integer) = Nothing, Optional countIPv6 As Nullable(Of Integer) = Nothing) As ManagedClusterLoadBalancerProfileManagedOutboundIPs

Parameters

count
Nullable<Int32>

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
Nullable<Int32>

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.

Returns

A new ManagedClusterLoadBalancerProfileManagedOutboundIPs instance for mocking.

Applies to