你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterNATGatewayProfile 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
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.
Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes.