你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IManagedClusterNatGatewayProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterNatGatewayProfileTypeConverter))]
public interface IManagedClusterNatGatewayProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterNatGatewayProfileTypeConverter))>]
type IManagedClusterNatGatewayProfile = interface
    interface IJsonSerializable
Public Interface IManagedClusterNatGatewayProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EffectiveOutboundIP

The effective outbound IP resources of the cluster NAT gateway.

IdleTimeoutInMinute

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

ManagedOutboundIPProfileCount

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to