ManagedClusterNATGatewayProfile Constructors

Definition

Overloads

ManagedClusterNATGatewayProfile()

Initializes a new instance of the ManagedClusterNATGatewayProfile class.

ManagedClusterNATGatewayProfile(ManagedClusterManagedOutboundIPProfile, IList<ResourceReference>, Nullable<Int32>)

Initializes a new instance of the ManagedClusterNATGatewayProfile class.

ManagedClusterNATGatewayProfile()

Initializes a new instance of the ManagedClusterNATGatewayProfile class.

public ManagedClusterNATGatewayProfile ();
Public Sub New ()

Applies to

ManagedClusterNATGatewayProfile(ManagedClusterManagedOutboundIPProfile, IList<ResourceReference>, Nullable<Int32>)

Initializes a new instance of the ManagedClusterNATGatewayProfile class.

public ManagedClusterNATGatewayProfile (Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile managedOutboundIPProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ResourceReference> effectiveOutboundIPs = default, int? idleTimeoutInMinutes = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ResourceReference> * Nullable<int> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNATGatewayProfile
Public Sub New (Optional managedOutboundIPProfile As ManagedClusterManagedOutboundIPProfile = Nothing, Optional effectiveOutboundIPs As IList(Of ResourceReference) = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing)

Parameters

managedOutboundIPProfile
ManagedClusterManagedOutboundIPProfile

Profile of the managed outbound IP resources of the cluster NAT gateway.

effectiveOutboundIPs
IList<ResourceReference>

The effective outbound IP resources of the cluster NAT gateway.

idleTimeoutInMinutes
Nullable<Int32>

Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes.

Applies to