ArmContainerServiceModelFactory.ManagedClusterManagedOutboundIPProfile Method
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.
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
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.
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.