ArmContainerServiceModelFactory.ManagedClusterManagedOutboundIPProfile Method

Definition

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

Parameters

count
Nullable<Int32>

The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1.

countIPv6
Nullable<Int32>

The desired number of IPv6 outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive).

Returns

A new ManagedClusterManagedOutboundIPProfile instance for mocking.

Applies to